Skip to content

Commit f6ed3a1

Browse files
authored
Merge pull request #356 from jfdenise/behave_features_update
Upgrade features to use WF 27 Alpha1 and cloud FP 2.0.0.Alpha1
2 parents 00a8899 + f2eea4f commit f6ed3a1

File tree

5 files changed

+13
-11
lines changed

5 files changed

+13
-11
lines changed

wildfly-builder-image/tests/features/keycloak.feature

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#Keycloak tests can't be run starting WF27, missing some JBoss modules.
2+
@ignore
13
@wildfly/wildfly-s2i-jdk17
24
@wildfly/wildfly-s2i-jdk11
35
Feature: Keycloak legacy tests

wildfly-builder-image/tests/features/legacy-elytron.feature

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Scenario: Build elytron app
66
Given s2i build https://github.com/wildfly/wildfly-s2i from test/test-app-web-security with env and true using legacy-s2i-images
77
| variable | value |
88
| GALLEON_PROVISION_LAYERS | datasources-web-server |
9-
| GALLEON_PROVISION_FEATURE_PACKS | org.wildfly:wildfly-galleon-pack:26.1.1.Final, org.wildfly.cloud:wildfly-cloud-galleon-pack:1.1.2.Final |
9+
| GALLEON_PROVISION_FEATURE_PACKS | org.wildfly:wildfly-galleon-pack:27.0.0.Alpha1, org.wildfly.cloud:wildfly-cloud-galleon-pack:2.0.0.Alpha1 |
1010
Then container log should contain WFLYSRV0025
1111

1212
Scenario: check Elytron configuration with elytron core realms security domain fail

wildfly-builder-image/tests/features/legacy-s2i.feature

+8-8
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Scenario: Test preconfigure.sh
1717
| variable | value |
1818
| TEST_EXTENSION_PRE_ADD_PROPERTY | foo |
1919
| 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 |
2121
Then container log should contain WFLYSRV0025
2222
And container log should contain WFLYSRV0010: Deployed "ROOT.war"
2323
And check that page is served
@@ -31,12 +31,12 @@ Scenario: Test preconfigure.sh
3131
Given failing s2i build http://github.com/openshift/openshift-jee-sample from . using master
3232
| variable | value |
3333
| 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 |
3535

3636
Scenario: Test default cloud config
3737
Given s2i build https://github.com/wildfly/wildfly-s2i from test/test-app with env and True using legacy-s2i-images
3838
| 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 |
4040
| GALLEON_PROVISION_LAYERS | cloud-default-config |
4141
Then container log should contain WFLYSRV0025
4242
And container log should contain WFLYSRV0010: Deployed "ROOT.war"
@@ -48,7 +48,7 @@ Scenario: Test preconfigure.sh
4848
Scenario: Test cloud-server, exclude jaxrs
4949
Given s2i build https://github.com/wildfly/wildfly-s2i from test/test-app with env and True using legacy-s2i-images
5050
| 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 |
5252
| GALLEON_PROVISION_LAYERS | cloud-server,-jaxrs |
5353
Then container log should contain WFLYSRV0025
5454
And check that page is served
@@ -62,7 +62,7 @@ Scenario: Test preconfigure.sh
6262
Given s2i build https://github.com/wildfly/wildfly-s2i from test/test-app with env and True using legacy-s2i-images
6363
| variable | value |
6464
| 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 |
6666
Then container log should contain WFLYSRV0025
6767
And container log should contain WFLYSRV0010: Deployed "ROOT.war"
6868
And check that page is served
@@ -75,7 +75,7 @@ Scenario: Test external driver created during s2i.
7575
| variable | value |
7676
| ENV_FILES | /opt/server/standalone/configuration/datasources.env |
7777
| 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 |
7979
Then container log should contain WFLYSRV0025
8080
And check that page is served
8181
| property | value |
@@ -92,7 +92,7 @@ Scenario: Test external driver created during s2i.
9292
| ENV_FILES | /opt/server/standalone/configuration/datasources.env |
9393
| DISABLE_BOOT_SCRIPT_INVOKER | true |
9494
| 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 |
9696
Then container log should contain Configuring the server using embedded server
9797
Then container log should contain WFLYSRV0025
9898
And check that page is served
@@ -108,7 +108,7 @@ Scenario: Test external driver created during s2i.
108108
Given s2i build https://github.com/wildfly/wildfly-s2i from test/test-app-binary with env and True using legacy-s2i-images
109109
| variable | value |
110110
| 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 |
112112
Then container log should contain WFLYSRV0025
113113
And container log should contain WFLYSRV0010: Deployed "app.war"
114114
And check that page is served

wildfly-builder-image/tests/features/messaging.feature

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Scenario: Configure amq7 remote broker
66
Given s2i build https://github.com/wildfly/wildfly-s2i from test/test-app with env and true using legacy-s2i-images
77
| variable | value |
88
| GALLEON_PROVISION_LAYERS | cloud-server |
9-
| GALLEON_PROVISION_FEATURE_PACKS | org.wildfly:wildfly-galleon-pack:26.1.1.Final, org.wildfly.cloud:wildfly-cloud-galleon-pack:1.1.2.Final |
9+
| GALLEON_PROVISION_FEATURE_PACKS | org.wildfly:wildfly-galleon-pack:27.0.0.Alpha1, org.wildfly.cloud:wildfly-cloud-galleon-pack:2.0.0.Alpha1 |
1010
| MQ_SERVICE_PREFIX_MAPPING | wf-app-amq7=TEST |
1111
| WF_APP_AMQ_TCP_SERVICE_HOST | 127.0.0.1 |
1212
| WF_APP_AMQ_TCP_SERVICE_PORT | 5678 |

wildfly-builder-image/tests/features/oidc.feature

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Feature: OIDC tests
2525
Given s2i build http://github.com/wildfly/wildfly-s2i from test/test-app-elytron-oidc-client-legacy with env and True using main
2626
| variable | value |
2727
| GALLEON_PROVISION_LAYERS | cloud-server,elytron-oidc-client |
28-
| GALLEON_PROVISION_FEATURE_PACKS|org.wildfly:wildfly-galleon-pack:26.1.1.Final,org.wildfly.cloud:wildfly-cloud-galleon-pack:1.1.2.Final |
28+
| GALLEON_PROVISION_FEATURE_PACKS|org.wildfly:wildfly-galleon-pack:27.0.0.Alpha1,org.wildfly.cloud:wildfly-cloud-galleon-pack:2.0.0.Alpha1 |
2929

3030
Scenario: Check oidc subsystem configuration, legacy.
3131
Given XML namespaces

0 commit comments

Comments
 (0)