You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: builder-image/tests/features/keycloak.feature
+2-5Lines changed: 2 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,10 @@
1
-
@jboss-eap-8
2
-
# Caused by Keycloak 24 in the manifest
3
-
@ignore
4
1
Feature: Keycloak saml tests
5
2
6
3
Scenario: Provision the server with keycloak deployment.
7
4
Given XML namespaces
8
5
| prefix | url |
9
6
| 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
11
8
| variable | value |
12
9
13
10
Scenario: Enable keycloak automatic registration.
@@ -41,4 +38,4 @@ Feature: Keycloak saml tests
41
38
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
42
39
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
43
40
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