File tree Expand file tree Collapse file tree 4 files changed +40
-0
lines changed Expand file tree Collapse file tree 4 files changed +40
-0
lines changed Original file line number Diff line number Diff line change
1
+ Feature : test file properties for JVM module
2
+
3
+ @wip
4
+ @ubi9
5
+ Scenario : Ensure image scripts are executable (OPENJDK-3935)
6
+ When container is started with args
7
+ | arg | value |
8
+ | command | find /opt /jboss /container /java / -type f -printf "%h /%f %M \n " |
9
+ Then available container log should contain /opt/jboss/container/java/jvm/debug-options -rwxr-x
10
+ And available container log should contain /opt/jboss/container/java/jvm/java-default-options -rwxr-xr-x
Original file line number Diff line number Diff line change
1
+ @wip
2
+ Feature : test file properties for Maven S2I module
3
+
4
+ # builder-only test
5
+ @ubi9/openjdk-17
6
+ @ubi9/openjdk-21
7
+ Scenario : Ensure save-artifacts script is executable (OPENJDK-3935)
8
+ When container is started with args
9
+ | arg | value |
10
+ | command | find /usr /local /s2i -type f -printf "%f %M \n " |
11
+ Then available container log should contain save-artifacts -rwxr-xr-x
Original file line number Diff line number Diff line change @@ -6,3 +6,9 @@ Feature: OpenJDK run script tests
6
6
| JAVA_OPTS_APPEND | -Djavax .net .ssl .trustStorePassword =sensitiveString |
7
7
Then container log should not contain sensitiveString
8
8
9
+ @wip
10
+ Scenario : Ensure image scripts are executable (OPENJDK-3935)
11
+ When container is started with args
12
+ | arg | value |
13
+ | command | find /opt /jboss /container /java / -type f -printf "%h /%f %M \n " |
14
+ Then available container log should contain /opt/jboss/container/java/run/run-java.sh -rwxr-xr-x
Original file line number Diff line number Diff line change
1
+ @wip
2
+ # builder-only test
3
+ @ubi9/openjdk-17
4
+ @ubi9/openjdk-21
5
+ Feature : OpenJDK S2I bash module tests
6
+
7
+ Scenario : Ensure image scripts are executable (OPENJDK-3935)
8
+ When container is started with args
9
+ | arg | value |
10
+ | command | find /usr /local /s2i / -type f -printf "%h /%f %M \n " |
11
+ Then available container log should contain run -rwxr-xr-x
12
+ And available container log should contain assemble -rwxr-xr-x
13
+ And available container log should contain usage -rwxr-xr-x
You can’t perform that action at this time.
0 commit comments