Skip to content

Commit e104611

Browse files
committed
Un-ignore keycloak test
1 parent 6a95b92 commit e104611

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

builder-image/tests/features/keycloak.feature

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,10 @@
1-
@jboss-eap-8
2-
# Caused by Keycloak 24 in the manifest
3-
@ignore
41
Feature: Keycloak saml tests
52

63
Scenario: Provision the server with keycloak deployment.
74
Given XML namespaces
85
| prefix | url |
96
| ns | urn:jboss:domain:keycloak:1.4 |
10-
Given s2i build http://github.com/jfdenise/jboss-eap-8-openshift-image from test/test-app-keycloak-saml using internal-tests
7+
Given s2i build https://github.com/jboss-container-images/jboss-eap-8-openshift-image from test/test-app-keycloak-saml using eap81-beta-dev
118
| variable | value |
129

1310
Scenario: Enable keycloak automatic registration.
@@ -41,4 +38,4 @@ Feature: Keycloak saml tests
4138
And XML file /opt/server/standalone/configuration/standalone.xml should contain value saml-app on XPath //*[local-name()='secure-deployment'][@name="saml-app.war"]/*[local-name()='SP']/@entityID
4239
And XML file /opt/server/standalone/configuration/standalone.xml should contain value EXTERNAL on XPath //*[local-name()='secure-deployment'][@name="saml-app.war"]/*[local-name()='SP']/@sslPolicy
4340
And XML file /opt/server/standalone/configuration/standalone.xml should contain value true on XPath //*[local-name()='secure-deployment'][@name="saml-app.war"]/*[local-name()='SP']/*[local-name()='Keys']/*[local-name()='Key']/@signing
44-
And XML file /opt/server/standalone/configuration/standalone.xml should contain value idp on XPath //*[local-name()='secure-deployment'][@name="saml-app.war"]/*[local-name()='SP']/*[local-name()='IDP']/@entityID
41+
And XML file /opt/server/standalone/configuration/standalone.xml should contain value idp on XPath //*[local-name()='secure-deployment'][@name="saml-app.war"]/*[local-name()='SP']/*[local-name()='IDP']/@entityID

0 commit comments

Comments
 (0)