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
@@ -14,7 +14,7 @@ Scenario: Build image with server and datasource
14
14
Scenario: Build image with server and datasources
15
15
Given s2i build https://github.com/jboss-container-images/jboss-eap-8-openshift-image from test/test-app-postgresql-oracle-legacy with env and true using eap8-dev
Copy file name to clipboardExpand all lines: builder-image/tests/features/legacy-s2i.feature
+10-10Lines changed: 10 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ Feature: EAP Legacy s2i tests
5
5
Scenario: Test provisioning.xml file
6
6
Given s2i build https://github.com/jboss-container-images/jboss-eap-8-openshift-image from test/vanilla-eap/test-app-local-provisioning with env and True using eap8-dev
Given s2i build https://github.com/jboss-container-images/jboss-eap-modules from tests/examples/test-app-advanced-extensions with env and True using master
@@ -125,7 +125,7 @@ Scenario: Test external driver created during s2i.
125
125
Given s2i build https://github.com/jboss-container-images/jboss-eap-8-openshift-image from test/test-app-multi-deployments-legacy with env and True using eap8-dev
Given s2i build https://github.com/jboss-container-images/jboss-eap-8-openshift-image from test/test-app-elytron-oidc-client-legacy with env and True using eap8-dev
Copy file name to clipboardExpand all lines: builder-image/tests/features/xp.feature
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -36,12 +36,13 @@ Scenario: Check that trimmed server provisioned using galleon plugin works fine
36
36
Then XML file /opt/server/standalone/configuration/standalone.xml should contain value /home/jboss on XPath //*[local-name()='config-source' and @name='config-map']/*[local-name()='dir']/@path
37
37
Then XML file /opt/server/standalone/configuration/standalone.xml should contain value 99 on XPath //*[local-name()='config-source' and @name='config-map']/@ordinal
38
38
39
+
@ignore
39
40
Scenario: Check with env based legacy configuration
40
41
Given s2i build http://github.com/openshift/openshift-jee-sample from . using master
0 commit comments