@@ -17,7 +17,7 @@ Scenario: Test preconfigure.sh
17
17
| variable | value |
18
18
| TEST_EXTENSION_PRE_ADD_PROPERTY | foo |
19
19
| GALLEON_PROVISION_LAYERS | cloud -server |
20
- | GALLEON_PROVISION_FEATURE_PACKS | org .wildfly :wildfly -galleon -pack :26 . 1 . 1 . Final , org .wildfly .cloud :wildfly -cloud -galleon -pack :1 . 1 . 2 . Final |
20
+ | GALLEON_PROVISION_FEATURE_PACKS | org .wildfly :wildfly -galleon -pack :27 . 0 . 0 . Alpha1 , org .wildfly .cloud :wildfly -cloud -galleon -pack :2 . 0 . 0 . Alpha1 |
21
21
Then container log should contain WFLYSRV0025
22
22
And container log should contain WFLYSRV0010: Deployed "ROOT.war"
23
23
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 :26 . 1 . 1 . Final , org .wildfly .cloud :wildfly -cloud -galleon -pack :1 . 1 . 2 . Final |
34
+ | GALLEON_PROVISION_FEATURE_PACKS | org .wildfly :wildfly -galleon -pack :27 . 0 . 0 . Alpha1 , org .wildfly .cloud :wildfly -cloud -galleon -pack :2 . 0 . 0 . Alpha1 |
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 :26 . 1 . 1 . Final , org .wildfly .cloud :wildfly -cloud -galleon -pack :1 . 1 . 2 . Final |
39
+ | GALLEON_PROVISION_FEATURE_PACKS | org .wildfly :wildfly -galleon -pack :27 . 0 . 0 . Alpha1 , org .wildfly .cloud :wildfly -cloud -galleon -pack :2 . 0 . 0 . Alpha1 |
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 :26 . 1 . 1 . Final , org .wildfly .cloud :wildfly -cloud -galleon -pack :1 . 1 . 2 . Final |
51
+ | GALLEON_PROVISION_FEATURE_PACKS | org .wildfly :wildfly -galleon -pack :27 . 0 . 0 . Alpha1 , org .wildfly .cloud :wildfly -cloud -galleon -pack :2 . 0 . 0 . Alpha1 |
52
52
| GALLEON_PROVISION_LAYERS | cloud -server ,-jaxrs |
53
53
Then container log should contain WFLYSRV0025
54
54
And check that page is served
@@ -62,7 +62,7 @@ Scenario: Test preconfigure.sh
62
62
Given s2i build https://github.com/wildfly/wildfly-s2i from test/test-app with env and True using legacy-s2i-images
63
63
| variable | value |
64
64
| GALLEON_PROVISION_LAYERS | cloud -server |
65
- | GALLEON_PROVISION_FEATURE_PACKS | org .wildfly :wildfly -preview -feature -pack :26 . 1 . 1 . Final , org .wildfly .cloud :wildfly -preview -cloud -galleon -pack :1 . 1 . 2 . Final |
65
+ | GALLEON_PROVISION_FEATURE_PACKS | org .wildfly :wildfly -preview -feature -pack :27 . 0 . 0 . Alpha1 , org .wildfly .cloud :wildfly -preview -cloud -galleon -pack :2 . 0 . 0 . Alpha1 |
66
66
Then container log should contain WFLYSRV0025
67
67
And container log should contain WFLYSRV0010: Deployed "ROOT.war"
68
68
And check that page is served
@@ -75,7 +75,7 @@ Scenario: Test external driver created during s2i.
75
75
| variable | value |
76
76
| ENV_FILES | /opt /server /standalone /configuration /datasources .env |
77
77
| GALLEON_PROVISION_LAYERS | cloud -server |
78
- | GALLEON_PROVISION_FEATURE_PACKS | org .wildfly :wildfly -galleon -pack :26 . 1 . 1 . Final , org .wildfly .cloud :wildfly -cloud -galleon -pack :1 . 1 . 2 . Final |
78
+ | GALLEON_PROVISION_FEATURE_PACKS | org .wildfly :wildfly -galleon -pack :27 . 0 . 0 . Alpha1 , org .wildfly .cloud :wildfly -cloud -galleon -pack :2 . 0 . 0 . Alpha1 |
79
79
Then container log should contain WFLYSRV0025
80
80
And check that page is served
81
81
| property | value |
@@ -92,7 +92,7 @@ Scenario: Test external driver created during s2i.
92
92
| ENV_FILES | /opt /server /standalone /configuration /datasources .env |
93
93
| DISABLE_BOOT_SCRIPT_INVOKER | true |
94
94
| GALLEON_PROVISION_LAYERS | cloud -server |
95
- | GALLEON_PROVISION_FEATURE_PACKS | org .wildfly :wildfly -galleon -pack :26 . 1 . 1 . Final , org .wildfly .cloud :wildfly -cloud -galleon -pack :1 . 1 . 2 . Final |
95
+ | GALLEON_PROVISION_FEATURE_PACKS | org .wildfly :wildfly -galleon -pack :27 . 0 . 0 . Alpha1 , org .wildfly .cloud :wildfly -cloud -galleon -pack :2 . 0 . 0 . Alpha1 |
96
96
Then container log should contain Configuring the server using embedded server
97
97
Then container log should contain WFLYSRV0025
98
98
And check that page is served
@@ -108,7 +108,7 @@ Scenario: Test external driver created during s2i.
108
108
Given s2i build https://github.com/wildfly/wildfly-s2i from test/test-app-binary with env and True using legacy-s2i-images
109
109
| variable | value |
110
110
| GALLEON_PROVISION_LAYERS | jaxrs -server |
111
- | GALLEON_PROVISION_FEATURE_PACKS | org .wildfly :wildfly -galleon -pack :26 . 1 . 1 . Final , org .wildfly .cloud :wildfly -cloud -galleon -pack :1 . 1 . 2 . Final |
111
+ | GALLEON_PROVISION_FEATURE_PACKS | org .wildfly :wildfly -galleon -pack :27 . 0 . 0 . Alpha1 , org .wildfly .cloud :wildfly -cloud -galleon -pack :2 . 0 . 0 . Alpha1 |
112
112
Then container log should contain WFLYSRV0025
113
113
And container log should contain WFLYSRV0010: Deployed "app.war"
114
114
And check that page is served
0 commit comments