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/ubi9-specific.feature
+2-3Lines changed: 2 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,6 @@ Feature: EAP ubi9 specific tests
6
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
-
Then container log should contain Running jboss-eap-8/
10
9
Then exactly 2 times container log should contain WFLYSRV0025:
11
10
12
11
Scenario: Check for adjusted heap sizes
@@ -15,11 +14,11 @@ Feature: EAP ubi9 specific tests
15
14
| env_json | {"JAVA_MAX_MEM_RATIO": 25} |
16
15
Then container log should match regex ^ *JAVA_OPTS: *.* -XX:MaxRAMPercentage=25.0\s
17
16
18
-
Scenario:Check if image version and release is printed on boot
17
+
Scenario:Build vanilla EAP server
19
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
20
19
| variable | value |
21
20
### PLACEHOLDER FOR CLOUD CUSTOM TESTING ###
22
-
Then container log should contain Running jboss-eap-8/
0 commit comments