@@ -16,7 +16,7 @@ Scenario: Test preconfigure.sh
16
16
| variable | value |
17
17
| TEST_EXTENSION_PRE_ADD_PROPERTY | foo |
18
18
| GALLEON_PROVISION_LAYERS | cloud -server |
19
- | GALLEON_PROVISION_FEATURE_PACKS | org .wildfly :wildfly -galleon -pack :35 .0 .0 .Beta1 , org .wildfly .cloud :wildfly -cloud -galleon -pack :7 .0 .2 .Final |
19
+ | GALLEON_PROVISION_FEATURE_PACKS | org .wildfly :wildfly -galleon -pack :35 .0 .0 .Final , org .wildfly .cloud :wildfly -cloud -galleon -pack :7 .0 .2 .Final |
20
20
Then container log should contain WFLYSRV0025
21
21
And container log should contain WFLYSRV0010: Deployed "ROOT.war"
22
22
And check that page is served
@@ -31,12 +31,12 @@ Scenario: Test preconfigure.sh
31
31
Given failing s2i build http://github.com/openshift/openshift-jee-sample from . using master
32
32
| variable | value |
33
33
| GALLEON_PROVISION_LAYERS | foo |
34
- | GALLEON_PROVISION_FEATURE_PACKS | org .wildfly :wildfly -galleon -pack :35 .0 .0 .Beta1 , org .wildfly .cloud :wildfly -cloud -galleon -pack :7 .0 .2 .Final |
34
+ | GALLEON_PROVISION_FEATURE_PACKS | org .wildfly :wildfly -galleon -pack :35 .0 .0 .Final , org .wildfly .cloud :wildfly -cloud -galleon -pack :7 .0 .2 .Final |
35
35
36
36
Scenario : Test default cloud config
37
37
Given s2i build https://github.com/wildfly/wildfly-s2i from test/test-app with env and True using legacy-s2i-images
38
38
| variable | value |
39
- | GALLEON_PROVISION_FEATURE_PACKS | org .wildfly :wildfly -galleon -pack :35 .0 .0 .Beta1 , org .wildfly .cloud :wildfly -cloud -galleon -pack :7 .0 .2 .Final |
39
+ | GALLEON_PROVISION_FEATURE_PACKS | org .wildfly :wildfly -galleon -pack :35 .0 .0 .Final , org .wildfly .cloud :wildfly -cloud -galleon -pack :7 .0 .2 .Final |
40
40
| GALLEON_PROVISION_LAYERS | cloud -default -config |
41
41
Then container log should contain WFLYSRV0025
42
42
And container log should contain WFLYSRV0010: Deployed "ROOT.war"
@@ -48,7 +48,7 @@ Scenario: Test preconfigure.sh
48
48
Scenario : Test cloud-server, exclude jaxrs
49
49
Given s2i build https://github.com/wildfly/wildfly-s2i from test/test-app with env and True using legacy-s2i-images
50
50
| variable | value |
51
- | GALLEON_PROVISION_FEATURE_PACKS | org .wildfly :wildfly -galleon -pack :35 .0 .0 .Beta1 , org .wildfly .cloud :wildfly -cloud -galleon -pack :7 .0 .2 .Final |
51
+ | GALLEON_PROVISION_FEATURE_PACKS | org .wildfly :wildfly -galleon -pack :35 .0 .0 .Final , org .wildfly .cloud :wildfly -cloud -galleon -pack :7 .0 .2 .Final |
52
52
| GALLEON_PROVISION_LAYERS | cloud -server ,-jaxrs |
53
53
Then container log should contain WFLYSRV0025
54
54
And check that page is served
@@ -63,7 +63,7 @@ Scenario: Test external driver created during s2i.
63
63
| variable | value |
64
64
| ENV_FILES | /opt /server /standalone /configuration /datasources .env |
65
65
| GALLEON_PROVISION_LAYERS | cloud -server |
66
- | GALLEON_PROVISION_FEATURE_PACKS | org .wildfly :wildfly -galleon -pack :35 .0 .0 .Beta1 , org .wildfly .cloud :wildfly -cloud -galleon -pack :7 .0 .2 .Final |
66
+ | GALLEON_PROVISION_FEATURE_PACKS | org .wildfly :wildfly -galleon -pack :35 .0 .0 .Final , org .wildfly .cloud :wildfly -cloud -galleon -pack :7 .0 .2 .Final |
67
67
Then container log should contain WFLYSRV0025
68
68
And check that page is served
69
69
| property | value |
@@ -78,7 +78,7 @@ Scenario: Test external driver created during s2i.
78
78
| ENV_FILES | /opt /server /standalone /configuration /datasources .env |
79
79
| DISABLE_BOOT_SCRIPT_INVOKER | true |
80
80
| GALLEON_PROVISION_LAYERS | cloud -server |
81
- | GALLEON_PROVISION_FEATURE_PACKS | org .wildfly :wildfly -galleon -pack :35 .0 .0 .Beta1 , org .wildfly .cloud :wildfly -cloud -galleon -pack :7 .0 .2 .Final |
81
+ | GALLEON_PROVISION_FEATURE_PACKS | org .wildfly :wildfly -galleon -pack :35 .0 .0 .Final , org .wildfly .cloud :wildfly -cloud -galleon -pack :7 .0 .2 .Final |
82
82
Then container log should contain Configuring the server using embedded server
83
83
Then container log should contain WFLYSRV0025
84
84
And check that page is served
@@ -92,7 +92,7 @@ Scenario: Test external driver created during s2i.
92
92
Given s2i build https://github.com/wildfly/wildfly-s2i from test/test-app-binary with env and True using legacy-s2i-images
93
93
| variable | value |
94
94
| GALLEON_PROVISION_LAYERS | jaxrs -server |
95
- | GALLEON_PROVISION_FEATURE_PACKS | org .wildfly :wildfly -galleon -pack :35 .0 .0 .Beta1 , org .wildfly .cloud :wildfly -cloud -galleon -pack :7 .0 .2 .Final |
95
+ | GALLEON_PROVISION_FEATURE_PACKS | org .wildfly :wildfly -galleon -pack :35 .0 .0 .Final , org .wildfly .cloud :wildfly -cloud -galleon -pack :7 .0 .2 .Final |
96
96
Then container log should contain WFLYSRV0025
97
97
And container log should contain WFLYSRV0010: Deployed "app.war"
98
98
And check that page is served
@@ -105,7 +105,7 @@ Scenario: Test external driver created during s2i.
105
105
| variable | value |
106
106
| MAVEN_S2I_ARTIFACT_DIRS | app1 /target ,app2 /target |
107
107
| GALLEON_PROVISION_LAYERS | cloud -server |
108
- | GALLEON_PROVISION_FEATURE_PACKS | org .wildfly :wildfly -galleon -pack :35 .0 .0 .Beta1 , org .wildfly .cloud :wildfly -cloud -galleon -pack :7 .0 .2 .Final |
108
+ | GALLEON_PROVISION_FEATURE_PACKS | org .wildfly :wildfly -galleon -pack :35 .0 .0 .Final , org .wildfly .cloud :wildfly -cloud -galleon -pack :7 .0 .2 .Final |
109
109
### PLACEHOLDER FOR CLOUD CUSTOM TESTING ###
110
110
Then container log should contain WFLYSRV0010: Deployed "App1.war"
111
111
Then container log should contain WFLYSRV0010: Deployed "App2.war"
0 commit comments