You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: builder-image/tests/features/basic.feature
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
Feature: EAP basic tests
4
4
5
5
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
7
7
| variable | value |
8
8
| S2I_SERVER_DIR | server |
9
9
### PLACEHOLDER FOR CLOUD CUSTOM TESTING ###
@@ -23,7 +23,7 @@ Feature: EAP basic tests
23
23
| port | 8080 |
24
24
25
25
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
27
27
| variable | value |
28
28
### PLACEHOLDER FOR CLOUD CUSTOM TESTING ###
29
29
Then container log should contain Running jboss-eap-8-tech-preview/
Copy file name to clipboardExpand all lines: builder-image/tests/features/datasources.feature
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
Feature: EAP configured for datasources
4
4
5
5
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
@@ -12,7 +12,7 @@ Scenario: Build image with server and datasource
12
12
Then container log should contain WFLYSRV0025
13
13
14
14
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
@@ -22,7 +22,7 @@ Scenario: Build image with server and datasource
22
22
Then exactly 2 times container log should contain WFLYSRV0025:
23
23
24
24
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
Copy file name to clipboardExpand all lines: builder-image/tests/features/extensions.feature
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
Feature: EAP extensions tests
4
4
5
5
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
7
7
| variable | value |
8
8
### PLACEHOLDER FOR CLOUD CUSTOM TESTING ###
9
9
Then exactly 2 times container log should contain WFLYSRV0025:
Copy file name to clipboardExpand all lines: builder-image/tests/features/jgroups.feature
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
Feature: Openshift EAP jgroups
4
4
5
5
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
7
7
| variable | value |
8
8
### PLACEHOLDER FOR CLOUD CUSTOM TESTING ###
9
9
Then exactly 2 times container log should contain WFLYSRV0025:
Copy file name to clipboardExpand all lines: builder-image/tests/features/legacy-s2i.feature
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
Feature: EAP Legacy s2i tests
4
4
5
5
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
@@ -122,7 +122,7 @@ Scenario: Test external driver created during s2i.
122
122
| port | 8080 |
123
123
124
124
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
Copy file name to clipboardExpand all lines: builder-image/tests/features/oidc.feature
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ Feature: OIDC tests
6
6
Given XML namespaces
7
7
| prefix | url |
8
8
| 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
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']
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
Copy file name to clipboardExpand all lines: builder-image/tests/features/s2i.feature
+15-15Lines changed: 15 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -3,50 +3,50 @@
3
3
Feature: EAP s2i tests
4
4
5
5
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
7
7
| variable | value |
8
8
### PLACEHOLDER FOR CLOUD CUSTOM TESTING ###
9
9
Then exactly 2 times container log should contain WFLYSRV0025:
10
10
11
11
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
13
13
| variable | value |
14
14
### PLACEHOLDER FOR CLOUD CUSTOM TESTING ###
15
15
Then exactly 2 times container log should contain WFLYSRV0025:
16
16
And s2i build log should not contain Downloaded
17
17
18
18
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
20
20
| variable | value |
21
21
### PLACEHOLDER FOR CLOUD CUSTOM TESTING ###
22
22
Then container log should contain WFLYSRV0025
23
23
Then XML file /opt/server/standalone/configuration/standalone.xml should contain value bar on XPath //*[local-name()='property' and @name="foo"]/@value
24
24
25
25
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
27
27
| variable | value |
28
28
### PLACEHOLDER FOR CLOUD CUSTOM TESTING ###
29
29
Then exactly 2 times container log should contain WFLYSRV0025:
30
30
Then file /opt/server/modules/org/foo/bar/test.txt should contain hello
31
31
32
32
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
34
34
| variable | value |
35
35
### PLACEHOLDER FOR CLOUD CUSTOM TESTING ###
36
36
Then s2i build log should contain /home/jboss/.m2/settings.xml
37
37
Then file /home/jboss/.m2/settings.xml should contain foo-repository
38
38
Then exactly 2 times container log should contain WFLYSRV0025:
39
39
40
40
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
Then s2i build log should contain /home/jboss/../jboss/../jboss/.m2/settings.xml
46
46
Then exactly 2 times container log should contain WFLYSRV0025:
47
47
48
48
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
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
61
61
| variable | value |
62
62
### PLACEHOLDER FOR CLOUD CUSTOM TESTING ###
63
63
Then exactly 2 times container log should contain WFLYSRV0025:
@@ -95,7 +95,7 @@ Feature: EAP s2i tests
95
95
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
96
96
97
97
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
99
99
| variable | value |
100
100
### PLACEHOLDER FOR CLOUD CUSTOM TESTING ###
101
101
Then exactly 2 times container log should contain WFLYSRV0025:
@@ -118,18 +118,18 @@ Feature: EAP s2i tests
118
118
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']
119
119
120
120
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
122
122
| variable | value |
123
123
### PLACEHOLDER FOR CLOUD CUSTOM TESTING ###
124
124
Then exactly 2 times container log should contain WFLYSRV0025:
125
125
126
126
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
128
128
| variable | value |
129
129
### PLACEHOLDER FOR CLOUD CUSTOM TESTING ###
130
130
131
131
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
133
133
| variable | value |
134
134
| MAVEN_S2I_ARTIFACT_DIRS | server/target |
135
135
### PLACEHOLDER FOR CLOUD CUSTOM TESTING ###
@@ -138,7 +138,7 @@ Scenario: Multiple deployments via deployments directory
138
138
Then container log should contain WFLYSRV0025
139
139
140
140
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
@@ -147,13 +147,13 @@ Scenario: Multiple deployments via deployments directory
147
147
Then container log should contain WFLYSRV0025
148
148
149
149
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
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
Copy file name to clipboardExpand all lines: builder-image/tests/features/ubi9-specific.feature
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
Feature: EAP ubi9 specific tests
3
3
4
4
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
6
6
| variable | value |
7
7
### PLACEHOLDER FOR CLOUD CUSTOM TESTING ###
8
8
Then container log should contain Running jboss-eap-8/
@@ -15,7 +15,7 @@ Feature: EAP ubi9 specific tests
15
15
Then container log should match regex ^ *JAVA_OPTS: *.* -XX:MaxRAMPercentage=25.0\s
16
16
17
17
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
19
19
| variable | value |
20
20
### PLACEHOLDER FOR CLOUD CUSTOM TESTING ###
21
21
Then container log should contain Running jboss-eap-8/
0 commit comments