File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed
modules/s2i/bash/tests/features Expand file tree Collapse file tree 1 file changed +15
-0
lines changed 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 : S2I run script tests
6
+
7
+ Scenario : OPENJDK-2968 application run script is invoked instead of image run script
8
+ Given s2i build https://github.com/jmtd/openjdk-test-applications from OPENJDK-2968-bin-custom-run with env using OPENJDK-2968-custom-run
9
+ | variable | value |
10
+ | JAVA_OPTIONS | deprecated |
11
+ | JAVA_ARGS | percolated |
12
+ Then container log should not contain Starting the Java application using /opt/jboss/container/java/run/run-java.sh
13
+ And container log should contain hello world
14
+ And container log should contain JAVA_OPTS=deprecated
15
+ And container log should contain args=percolated
You can’t perform that action at this time.
0 commit comments