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
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -3,29 +3,29 @@
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
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
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
26
26
| variable | value |
27
27
| POSTGRESQL_DRIVER_VERSION | 42.2.19 |
28
-
| ORACLE_DRIVER_VERSION | 19.3.0.0|
28
+
| ORACLE_DRIVER_VERSION | 23.6.0.24.10|
29
29
### PLACEHOLDER FOR CLOUD CUSTOM TESTING ###
30
30
Then exactly 2 times container log should contain WFLYSRV0025:
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/keycloak.feature
+2-5Lines changed: 2 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,10 @@
1
-
@jboss-eap-8
2
-
# Caused by Keycloak 24 in the manifest
3
-
@ignore
4
1
Feature: Keycloak saml tests
5
2
6
3
Scenario: Provision the server with keycloak deployment.
7
4
Given XML namespaces
8
5
| prefix | url |
9
6
| ns | urn:jboss:domain:keycloak:1.4 |
10
-
Given s2i build http://github.com/jfdenise/jboss-eap-8-openshift-image from test/test-app-keycloak-saml using internal-tests
7
+
Given s2i build https://github.com/jboss-container-images/jboss-eap-8-openshift-image from test/test-app-keycloak-saml using eap81-beta-dev
11
8
| variable | value |
12
9
13
10
Scenario: Enable keycloak automatic registration.
@@ -41,4 +38,4 @@ Feature: Keycloak saml tests
41
38
And XML file /opt/server/standalone/configuration/standalone.xml should contain value saml-app on XPath //*[local-name()='secure-deployment'][@name="saml-app.war"]/*[local-name()='SP']/@entityID
42
39
And XML file /opt/server/standalone/configuration/standalone.xml should contain value EXTERNAL on XPath //*[local-name()='secure-deployment'][@name="saml-app.war"]/*[local-name()='SP']/@sslPolicy
43
40
And XML file /opt/server/standalone/configuration/standalone.xml should contain value true on XPath //*[local-name()='secure-deployment'][@name="saml-app.war"]/*[local-name()='SP']/*[local-name()='Keys']/*[local-name()='Key']/@signing
44
-
And XML file /opt/server/standalone/configuration/standalone.xml should contain value idp on XPath //*[local-name()='secure-deployment'][@name="saml-app.war"]/*[local-name()='SP']/*[local-name()='IDP']/@entityID
41
+
And XML file /opt/server/standalone/configuration/standalone.xml should contain value idp on XPath //*[local-name()='secure-deployment'][@name="saml-app.war"]/*[local-name()='SP']/*[local-name()='IDP']/@entityID
Copy file name to clipboardExpand all lines: builder-image/tests/features/legacy-s2i.feature
+12-12Lines changed: 12 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -3,9 +3,9 @@
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
Given s2i build https://github.com/jboss-container-images/jboss-eap-modules from tests/examples/test-app-advanced-extensions with env and True using master
@@ -122,10 +122,10 @@ 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
+3-3Lines changed: 3 additions & 3 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
0 commit comments