Skip to content

Commit ba8364b

Browse files
authored
Merge pull request #62 from jfdenise/xp6-tests
Add back XP tests
2 parents 827cabf + 16e3596 commit ba8364b

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

builder-image/tests/features/xp.feature

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
@xp5
22
@jboss-eap-8
33
@jboss-eap-8-tech-preview
4-
@ignore
54
Feature: Openshift XP tests
65

76
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
3736
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
3837
Then XML file /opt/server/standalone/configuration/standalone.xml should contain value 99 on XPath //*[local-name()='config-source' and @name='config-map']/@ordinal
3938

40-
@ignore
4139
Scenario: Check with env based legacy configuration
4240
Given s2i build http://github.com/openshift/openshift-jee-sample from . using master
4341
| variable | value |
4442
| GALLEON_PROVISION_LAYERS | cloud-server, microprofile-config |
4543
| GALLEON_PROVISION_FEATURE_PACKS | org.jboss.eap.xp:wildfly-galleon-pack,org.jboss.eap.xp.cloud:eap-xp-cloud-galleon-pack |
46-
| GALLEON_PROVISION_CHANNELS | org.jboss.eap.channels:eap-8.1,org.jboss.eap.channels:eap-xp-5.0 |
44+
| GALLEON_PROVISION_CHANNELS | org.jboss.eap.channels:eap-8.1,org.jboss.eap.channels:eap-xp-6.0 |
4745
Then container log should contain Running jboss-eap-8-tech-preview/
4846
Then exactly 2 times container log should contain WFLYSRV0025:
4947

test/xp/test-app-default-config/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
<channel>
6161
<manifest>
6262
<groupId>org.jboss.eap.channels</groupId>
63-
<artifactId>eap-xp-5.0</artifactId>
63+
<artifactId>eap-xp-6.0</artifactId>
6464
</manifest>
6565
</channel>
6666
</channels>

test/xp/test-app/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
<channel>
5959
<manifest>
6060
<groupId>org.jboss.eap.channels</groupId>
61-
<artifactId>eap-xp-5.0</artifactId>
61+
<artifactId>eap-xp-6.0</artifactId>
6262
</manifest>
6363
</channel>
6464
</channels>

0 commit comments

Comments
 (0)