File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed
modules/run/tests/features Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -45,6 +45,14 @@ Feature: Openshift OpenJDK Runtime tests
45
45
| JAVA_ARGS | Hello from CTF test |
46
46
Then container log should contain /deployments/undertow-servlet.jar Hello from CTF test
47
47
48
+ @ubi8
49
+ # alternative to previous test which can run against runtimes
50
+ Scenario : OPENJDK-2968 Ensure JAVA_ARGS is passed to the running Java application
51
+ Given container is started with env
52
+ | variable | value |
53
+ | JAVA_ARGS | Hello from Cekit test |
54
+ Then container log should match regex ^INFO exec -a "java" java.*Hello from Cekit test$
55
+
48
56
Scenario : Ensure diagnostic options work correctly
49
57
Given s2i build https://github.com/jboss-container-images/openjdk-test-applications from undertow-servlet
50
58
| variable | value |
You can’t perform that action at this time.
0 commit comments