Skip to content

Commit d7262b8

Browse files
committed
use eap81-beta-dev in behave tests
1 parent df95fb2 commit d7262b8

File tree

11 files changed

+33
-33
lines changed

11 files changed

+33
-33
lines changed

builder-image/tests/features/basic.feature

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Feature: EAP basic tests
44

55
Scenario: Check that the legacy default config provisioned using galleon plugin works fine
6-
Given s2i build https://github.com/jboss-container-images/jboss-eap-8-openshift-image from test/test-app-default-config with env and True using eap8-dev
6+
Given s2i build https://github.com/jboss-container-images/jboss-eap-8-openshift-image from test/test-app-default-config with env and True using eap81-beta-dev
77
| variable | value |
88
| S2I_SERVER_DIR | server |
99
### PLACEHOLDER FOR CLOUD CUSTOM TESTING ###
@@ -23,7 +23,7 @@ Feature: EAP basic tests
2323
| port | 8080 |
2424

2525
Scenario: Check if image version and release is printed on boot
26-
Given s2i build https://github.com/jboss-container-images/jboss-eap-8-openshift-image from test/test-app with env and True using eap8-dev
26+
Given s2i build https://github.com/jboss-container-images/jboss-eap-8-openshift-image from test/test-app with env and True using eap81-beta-dev
2727
| variable | value |
2828
### PLACEHOLDER FOR CLOUD CUSTOM TESTING ###
2929
Then container log should contain Running jboss-eap-8-tech-preview/

builder-image/tests/features/datasources.feature

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Feature: EAP configured for datasources
44

55
Scenario: Build image with server and datasource
6-
Given s2i build https://github.com/jboss-container-images/jboss-eap-8-openshift-image from test/test-app-postgres with env and true using eap8-dev
6+
Given s2i build https://github.com/jboss-container-images/jboss-eap-8-openshift-image from test/test-app-postgres with env and true using eap81-beta-dev
77
| variable | value |
88
| GALLEON_PROVISION_CHANNELS|org.jboss.eap.channels:eap-8.1 |
99
| GALLEON_USE_LOCAL_FILE | true |
@@ -12,7 +12,7 @@ Scenario: Build image with server and datasource
1212
Then container log should contain WFLYSRV0025
1313

1414
Scenario: Build image with server and datasources
15-
Given s2i build https://github.com/jboss-container-images/jboss-eap-8-openshift-image from test/test-app-postgresql-oracle-legacy with env and true using eap8-dev
15+
Given s2i build https://github.com/jboss-container-images/jboss-eap-8-openshift-image from test/test-app-postgresql-oracle-legacy with env and true using eap81-beta-dev
1616
| variable | value |
1717
| GALLEON_PROVISION_CHANNELS|org.jboss.eap.channels:eap-8.1 |
1818
| GALLEON_USE_LOCAL_FILE | true |
@@ -22,7 +22,7 @@ Scenario: Build image with server and datasource
2222
Then exactly 2 times container log should contain WFLYSRV0025:
2323

2424
Scenario: Build image with server and datasources
25-
Given s2i build https://github.com/jboss-container-images/jboss-eap-8-openshift-image from test/test-app-postgresql-oracle with env and true using eap8-dev
25+
Given s2i build https://github.com/jboss-container-images/jboss-eap-8-openshift-image from test/test-app-postgresql-oracle with env and true using eap81-beta-dev
2626
| variable | value |
2727
| POSTGRESQL_DRIVER_VERSION | 42.2.19 |
2828
| ORACLE_DRIVER_VERSION | 19.3.0.0|

builder-image/tests/features/extensions.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Feature: EAP extensions tests
44

55
Scenario: Build server image
6-
Given s2i build https://github.com/jboss-container-images/jboss-eap-8-openshift-image from test/test-app-advanced-extensions with env and True using eap8-dev
6+
Given s2i build https://github.com/jboss-container-images/jboss-eap-8-openshift-image from test/test-app-advanced-extensions with env and True using eap81-beta-dev
77
| variable | value |
88
### PLACEHOLDER FOR CLOUD CUSTOM TESTING ###
99
Then exactly 2 times container log should contain WFLYSRV0025:

builder-image/tests/features/jgroups.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Feature: Openshift EAP jgroups
44

55
Scenario: Build server image
6-
Given s2i build https://github.com/jboss-container-images/jboss-eap-8-openshift-image from test/test-app-clustering with env and true using eap8-dev
6+
Given s2i build https://github.com/jboss-container-images/jboss-eap-8-openshift-image from test/test-app-clustering with env and true using eap81-beta-dev
77
| variable | value |
88
### PLACEHOLDER FOR CLOUD CUSTOM TESTING ###
99
Then exactly 2 times container log should contain WFLYSRV0025:

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Feature: EAP Legacy s2i tests
44

55
Scenario: Test provisioning.xml file
6-
Given s2i build https://github.com/jboss-container-images/jboss-eap-8-openshift-image from test/vanilla-eap/test-app-local-provisioning with env and True using eap8-dev
6+
Given s2i build https://github.com/jboss-container-images/jboss-eap-8-openshift-image from test/vanilla-eap/test-app-local-provisioning with env and True using eap81-beta-dev
77
| variable | value |
88
| GALLEON_PROVISION_CHANNELS|org.jboss.eap.channels:eap-8.1 |
99
| GALLEON_USE_LOCAL_FILE | true |
@@ -122,7 +122,7 @@ Scenario: Test external driver created during s2i.
122122
| port | 8080 |
123123

124124
Scenario: Multiple deployments legacy
125-
Given s2i build https://github.com/jboss-container-images/jboss-eap-8-openshift-image from test/test-app-multi-deployments-legacy with env and True using eap8-dev
125+
Given s2i build https://github.com/jboss-container-images/jboss-eap-8-openshift-image from test/test-app-multi-deployments-legacy with env and True using eap81-beta-dev
126126
| variable | value |
127127
| MAVEN_S2I_ARTIFACT_DIRS | app1/target,app2/target |
128128
| GALLEON_PROVISION_CHANNELS|org.jboss.eap.channels:eap-8.1 |

builder-image/tests/features/messaging.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Scenario: Configure amq7 remote broker
5858
Then container log should contain WFLYSRV0025
5959

6060
Scenario: deploys the test-app-mdb app, then checks if it's deployed properly with Queues and Topics added
61-
Given s2i build https://github.com/jboss-container-images/jboss-eap-8-openshift-image from test/test-app-mdb with env and True using eap8-dev
61+
Given s2i build https://github.com/jboss-container-images/jboss-eap-8-openshift-image from test/test-app-mdb with env and True using eap81-beta-dev
6262
| variable | value |
6363
| MQ_TOPICS | HELLOWORLDMDBTopic |
6464
| MQ_QUEUES | HELLOWORLDMDBQueue |

builder-image/tests/features/oidc.feature

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Feature: OIDC tests
66
Given XML namespaces
77
| prefix | url |
88
| ns | urn:wildfly:elytron-oidc-client:2.0 |
9-
Given s2i build https://github.com/jboss-container-images/jboss-eap-8-openshift-image from test/test-app-elytron-oidc-client with env and True using eap8-dev
9+
Given s2i build https://github.com/jboss-container-images/jboss-eap-8-openshift-image from test/test-app-elytron-oidc-client with env and True using eap81-beta-dev
1010
| variable | value |
1111
| OIDC_PROVIDER_NAME | keycloak |
1212
| OIDC_PROVIDER_URL | http://localhost:8080/auth/realms/demo |
@@ -22,7 +22,7 @@ Feature: OIDC tests
2222
And XML file /opt/server/standalone/configuration/standalone.xml should contain value http://localhost:8080/auth/realms/demo on XPath //*[local-name()='provider']/*[local-name()='provider-url']
2323

2424
Scenario: Provision oidc subsystem configuration, legacy.
25-
Given s2i build https://github.com/jboss-container-images/jboss-eap-8-openshift-image from test/test-app-elytron-oidc-client-legacy with env and True using eap8-dev
25+
Given s2i build https://github.com/jboss-container-images/jboss-eap-8-openshift-image from test/test-app-elytron-oidc-client-legacy with env and True using eap81-beta-dev
2626
| variable | value |
2727
| GALLEON_PROVISION_CHANNELS|org.jboss.eap.channels:eap-8.1 |
2828
| GALLEON_PROVISION_LAYERS | cloud-server,elytron-oidc-client |

builder-image/tests/features/s2i.feature

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -3,50 +3,50 @@
33
Feature: EAP s2i tests
44

55
Scenario: Build the image with a server
6-
Given s2i build https://github.com/jboss-container-images/jboss-eap-8-openshift-image from test/test-app with env and True using eap8-dev
6+
Given s2i build https://github.com/jboss-container-images/jboss-eap-8-openshift-image from test/test-app with env and True using eap81-beta-dev
77
| variable | value |
88
### PLACEHOLDER FOR CLOUD CUSTOM TESTING ###
99
Then exactly 2 times container log should contain WFLYSRV0025:
1010

1111
Scenario: Test incremental build, no download of artifacts
12-
Given s2i build https://github.com/jboss-container-images/jboss-eap-8-openshift-image from test/test-app with env and True using eap8-dev
12+
Given s2i build https://github.com/jboss-container-images/jboss-eap-8-openshift-image from test/test-app with env and True using eap81-beta-dev
1313
| variable | value |
1414
### PLACEHOLDER FOR CLOUD CUSTOM TESTING ###
1515
Then exactly 2 times container log should contain WFLYSRV0025:
1616
And s2i build log should not contain Downloaded
1717

1818
Scenario: Test extension called at startup.
19-
Given s2i build https://github.com/jboss-container-images/jboss-eap-8-openshift-image from test/test-app-extension with env and true using eap8-dev
19+
Given s2i build https://github.com/jboss-container-images/jboss-eap-8-openshift-image from test/test-app-extension with env and true using eap81-beta-dev
2020
| variable | value |
2121
### PLACEHOLDER FOR CLOUD CUSTOM TESTING ###
2222
Then container log should contain WFLYSRV0025
2323
Then XML file /opt/server/standalone/configuration/standalone.xml should contain value bar on XPath //*[local-name()='property' and @name="foo"]/@value
2424

2525
Scenario: Test extension called at build time, copy a file inside JBOSS_HOME.
26-
Given s2i build https://github.com/jboss-container-images/jboss-eap-8-openshift-image from test/test-app-extension2 with env and true using eap8-dev
26+
Given s2i build https://github.com/jboss-container-images/jboss-eap-8-openshift-image from test/test-app-extension2 with env and true using eap81-beta-dev
2727
| variable | value |
2828
### PLACEHOLDER FOR CLOUD CUSTOM TESTING ###
2929
Then exactly 2 times container log should contain WFLYSRV0025:
3030
Then file /opt/server/modules/org/foo/bar/test.txt should contain hello
3131

3232
Scenario: Test custom settings with galleon
33-
Given s2i build https://github.com/jboss-container-images/jboss-eap-8-openshift-image from test/test-app-settings with env and true using eap8-dev
33+
Given s2i build https://github.com/jboss-container-images/jboss-eap-8-openshift-image from test/test-app-settings with env and true using eap81-beta-dev
3434
| variable | value |
3535
### PLACEHOLDER FOR CLOUD CUSTOM TESTING ###
3636
Then s2i build log should contain /home/jboss/.m2/settings.xml
3737
Then file /home/jboss/.m2/settings.xml should contain foo-repository
3838
Then exactly 2 times container log should contain WFLYSRV0025:
3939

4040
Scenario: Test custom settings by env with galleon
41-
Given s2i build https://github.com/jboss-container-images/jboss-eap-8-openshift-image from test/test-app with env and true using eap8-dev
41+
Given s2i build https://github.com/jboss-container-images/jboss-eap-8-openshift-image from test/test-app with env and true using eap81-beta-dev
4242
| variable | value |
4343
| MAVEN_SETTINGS_XML | /home/jboss/../jboss/../jboss/.m2/settings.xml |
4444
### PLACEHOLDER FOR CLOUD CUSTOM TESTING ###
4545
Then s2i build log should contain /home/jboss/../jboss/../jboss/.m2/settings.xml
4646
Then exactly 2 times container log should contain WFLYSRV0025:
4747

4848
Scenario: Test execution of user CLI operations at S2I phase
49-
Given s2i build https://github.com/jboss-container-images/jboss-eap-8-openshift-image from test/vanilla-eap/test-app-s2i-cli-scripts with env and true using eap8-dev
49+
Given s2i build https://github.com/jboss-container-images/jboss-eap-8-openshift-image from test/vanilla-eap/test-app-s2i-cli-scripts with env and true using eap81-beta-dev
5050
| variable | value |
5151
| MY_ENVIRONMENT_CONFIGURATION | my_env_configuration |
5252
### PLACEHOLDER FOR CLOUD CUSTOM TESTING ###
@@ -57,7 +57,7 @@ Feature: EAP s2i tests
5757
Then container log should not contain WFLYCTL0056
5858

5959
Scenario: Test jaxrs-server -jpa +jpa-distributed
60-
Given s2i build https://github.com/jboss-container-images/jboss-eap-8-openshift-image from test/test-app-jpa2lc with env and True using eap8-dev
60+
Given s2i build https://github.com/jboss-container-images/jboss-eap-8-openshift-image from test/test-app-jpa2lc with env and True using eap81-beta-dev
6161
| variable | value |
6262
### PLACEHOLDER FOR CLOUD CUSTOM TESTING ###
6363
Then exactly 2 times container log should contain WFLYSRV0025:
@@ -95,7 +95,7 @@ Feature: EAP s2i tests
9595
Then XML file /opt/server/.galleon/provisioning.xml should contain value jpa on XPath //*[local-name()='installation']/*[local-name()='config']/*[local-name()='layers']/*[local-name()='exclude']/@name
9696

9797
Scenario: Test jaxrs-server +ejb-lite, -ejb-local-cache +ejb-dist-cache. Verify JGroups configuration added by ejb-dist-cache
98-
Given s2i build https://github.com/jboss-container-images/jboss-eap-8-openshift-image from test/test-app-ejb with env and True using eap8-dev
98+
Given s2i build https://github.com/jboss-container-images/jboss-eap-8-openshift-image from test/test-app-ejb with env and True using eap81-beta-dev
9999
| variable | value |
100100
### PLACEHOLDER FOR CLOUD CUSTOM TESTING ###
101101
Then exactly 2 times container log should contain WFLYSRV0025:
@@ -118,18 +118,18 @@ Feature: EAP s2i tests
118118
Then XML file /opt/server/standalone/configuration/standalone.xml should have 0 elements on XPath //*[local-name()='subsystem' and starts-with(namespace-uri(), 'urn:jboss:domain:jgroups:')]//*[local-name()='stack'][@name='udp']/*[local-name()='protocol' and @type='PING']
119119

120120
Scenario: Test building and running slim application
121-
Given s2i build https://github.com/jboss-container-images/jboss-eap-8-openshift-image from test/test-app-slim with env and true using eap8-dev
121+
Given s2i build https://github.com/jboss-container-images/jboss-eap-8-openshift-image from test/test-app-slim with env and true using eap81-beta-dev
122122
| variable | value |
123123
### PLACEHOLDER FOR CLOUD CUSTOM TESTING ###
124124
Then exactly 2 times container log should contain WFLYSRV0025:
125125

126126
Scenario: Test failing packaging.
127-
Given failing s2i build https://github.com/jboss-container-images/jboss-eap-8-openshift-image from test/test-app-invalid using eap8-dev
127+
Given failing s2i build https://github.com/jboss-container-images/jboss-eap-8-openshift-image from test/test-app-invalid using eap81-beta-dev
128128
| variable | value |
129129
### PLACEHOLDER FOR CLOUD CUSTOM TESTING ###
130130

131131
Scenario: Multiple deployments via deployments directory
132-
Given s2i build https://github.com/jboss-container-images/jboss-eap-8-openshift-image from test/test-app-multi-deployments with env and True using eap8-dev
132+
Given s2i build https://github.com/jboss-container-images/jboss-eap-8-openshift-image from test/test-app-multi-deployments with env and True using eap81-beta-dev
133133
| variable | value |
134134
| MAVEN_S2I_ARTIFACT_DIRS | server/target |
135135
### PLACEHOLDER FOR CLOUD CUSTOM TESTING ###
@@ -138,7 +138,7 @@ Scenario: Multiple deployments via deployments directory
138138
Then container log should contain WFLYSRV0025
139139

140140
Scenario: Multiple deployments
141-
Given s2i build https://github.com/jboss-container-images/jboss-eap-8-openshift-image from test/test-app-multi-deployments2 with env and True using eap8-dev
141+
Given s2i build https://github.com/jboss-container-images/jboss-eap-8-openshift-image from test/test-app-multi-deployments2 with env and True using eap81-beta-dev
142142
| variable | value |
143143
| MAVEN_S2I_ARTIFACT_DIRS | server/target,app1/target,app2/target |
144144
### PLACEHOLDER FOR CLOUD CUSTOM TESTING ###
@@ -147,13 +147,13 @@ Scenario: Multiple deployments via deployments directory
147147
Then container log should contain WFLYSRV0025
148148

149149
Scenario: Failing Multiple deployments
150-
Given failing s2i build https://github.com/jboss-container-images/jboss-eap-8-openshift-image from test/test-app-multi-deployments-invalid using eap8-dev
150+
Given failing s2i build https://github.com/jboss-container-images/jboss-eap-8-openshift-image from test/test-app-multi-deployments-invalid using eap81-beta-dev
151151
| variable | value |
152152
| MAVEN_S2I_ARTIFACT_DIRS | server/target,app1/target,app2/target |
153153
### PLACEHOLDER FOR CLOUD CUSTOM TESTING ###
154154

155155
Scenario: Multiple deployments from both MAVEN_S2I_ARTIFACT_DIRS and deployments dir
156-
Given s2i build https://github.com/jboss-container-images/jboss-eap-8-openshift-image from test/test-app-multi-deployments3 with env and True using eap8-dev
156+
Given s2i build https://github.com/jboss-container-images/jboss-eap-8-openshift-image from test/test-app-multi-deployments3 with env and True using eap81-beta-dev
157157
| variable | value |
158158
| MAVEN_S2I_ARTIFACT_DIRS | server/target,app2/target |
159159
### PLACEHOLDER FOR CLOUD CUSTOM TESTING ###

builder-image/tests/features/ubi9-specific.feature

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Feature: EAP ubi9 specific tests
33

44
Scenario: Check if image version and release is printed on boot
5-
Given s2i build https://github.com/jboss-container-images/jboss-eap-8-openshift-image from test/test-app with env and True using eap8-dev
5+
Given s2i build https://github.com/jboss-container-images/jboss-eap-8-openshift-image from test/test-app with env and True using eap81-beta-dev
66
| variable | value |
77
### PLACEHOLDER FOR CLOUD CUSTOM TESTING ###
88
Then container log should contain Running jboss-eap-8/
@@ -15,7 +15,7 @@ Feature: EAP ubi9 specific tests
1515
Then container log should match regex ^ *JAVA_OPTS: *.* -XX:MaxRAMPercentage=25.0\s
1616

1717
Scenario: Check if image version and release is printed on boot
18-
Given s2i build https://github.com/jboss-container-images/jboss-eap-8-openshift-image from test/vanilla-eap/test-app with env and True using eap8-dev
18+
Given s2i build https://github.com/jboss-container-images/jboss-eap-8-openshift-image from test/vanilla-eap/test-app with env and True using eap81-beta-dev
1919
| variable | value |
2020
### PLACEHOLDER FOR CLOUD CUSTOM TESTING ###
2121
Then container log should contain Running jboss-eap-8/

0 commit comments

Comments
 (0)