File tree Expand file tree Collapse file tree 2 files changed +30
-25
lines changed Expand file tree Collapse file tree 2 files changed +30
-25
lines changed Original file line number Diff line number Diff line change 2
2
@ubi8/openjdk-11
3
3
@ubi8/openjdk-17
4
4
@ubi8/openjdk-21
5
- Feature : Openshift OpenJDK Runtime tests
6
- Scenario : Ensure JVM_ARGS is no longer present in the run script
7
- Given s2i build https://github.com/jboss-container-images/openjdk-test-applications from undertow-servlet
8
- Then file /usr/local/s2i/run should not contain JVM_ARGS
9
-
10
- Scenario : Ensure JAVA_ARGS are passed through to the running java application
11
- Given s2i build https://github.com/jboss-container-images/openjdk-test-applications from undertow-servlet
12
- | variable | value |
13
- | JAVA_ARGS | Hello from CTF test |
14
- Then container log should contain /deployments/undertow-servlet.jar Hello from CTF test
15
-
16
- Scenario : Ensure diagnostic options work correctly
17
- Given s2i build https://github.com/jboss-container-images/openjdk-test-applications from undertow-servlet
18
- | variable | value |
19
- | JAVA_ARGS | Hello from CTF test |
20
- | JAVA_DIAGNOSTICS | true |
21
- Then container log should contain /deployments/undertow-servlet.jar Hello from CTF test
22
- And container log should contain -XX:NativeMemoryTracking=summary
23
-
24
- @ubi8
25
- Scenario : OPENJDK-474 to ensure JAVA_ARGS is not duplicated in the java command line
26
- Given container is started with env
27
- | variable | value |
28
- | JAVA_ARGS | unique |
29
- Then container log should not contain unique unique
5
+ Feature : OpenJDK Runtime tests
30
6
31
7
@ubi8
32
8
Scenario : Check JAVA_APP_NAME can contain spaces (OPENJDK-104)
Original file line number Diff line number Diff line change
1
+ @ubi8/openjdk-8
2
+ @ubi8/openjdk-11
3
+ @ubi8/openjdk-17
4
+ @ubi8/openjdk-21
5
+ Feature : Openshift OpenJDK Runtime tests
6
+ Scenario : Ensure JVM_ARGS is no longer present in the run script
7
+ Given s2i build https://github.com/jboss-container-images/openjdk-test-applications from undertow-servlet
8
+ Then file /usr/local/s2i/run should not contain JVM_ARGS
9
+
10
+ Scenario : Ensure JAVA_ARGS are passed through to the running java application
11
+ Given s2i build https://github.com/jboss-container-images/openjdk-test-applications from undertow-servlet
12
+ | variable | value |
13
+ | JAVA_ARGS | Hello from CTF test |
14
+ Then container log should contain /deployments/undertow-servlet.jar Hello from CTF test
15
+
16
+ Scenario : Ensure diagnostic options work correctly
17
+ Given s2i build https://github.com/jboss-container-images/openjdk-test-applications from undertow-servlet
18
+ | variable | value |
19
+ | JAVA_ARGS | Hello from CTF test |
20
+ | JAVA_DIAGNOSTICS | true |
21
+ Then container log should contain /deployments/undertow-servlet.jar Hello from CTF test
22
+ And container log should contain -XX:NativeMemoryTracking=summary
23
+
24
+ @ubi8
25
+ Scenario : OPENJDK-474 to ensure JAVA_ARGS is not duplicated in the java command line
26
+ Given container is started with env
27
+ | variable | value |
28
+ | JAVA_ARGS | unique |
29
+ Then container log should not contain unique unique
You can’t perform that action at this time.
0 commit comments