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/xp.feature
+1-3Lines changed: 1 addition & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,6 @@
1
1
@xp5
2
2
@jboss-eap-8
3
3
@jboss-eap-8-tech-preview
4
-
@ignore
5
4
Feature: Openshift XP tests
6
5
7
6
Scenario: Check that the legacy default config provisioned using galleon plugin works fine
@@ -37,13 +36,12 @@ Scenario: Check that trimmed server provisioned using galleon plugin works fine
37
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
38
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
39
38
40
-
@ignore
41
39
Scenario: Check with env based legacy configuration
42
40
Given s2i build http://github.com/openshift/openshift-jee-sample from . using master
0 commit comments