11Feature : Miscellaneous OpenJDK-related unit tests
22
3- @ubi9 /openjdk-21
4- @ubi9 /openjdk-21-runtime
3+ @ubi10 /openjdk-21
4+ @ubi10 /openjdk-21-runtime
55 Scenario : Check that only OpenJDK 21 is installed
66 When container is started with args
77 | arg | value |
@@ -10,14 +10,14 @@ Feature: Miscellaneous OpenJDK-related unit tests
1010 Then available container log should not contain java-11
1111 Then available container log should not contain java-17
1212
13- @ubi9
13+ @ubi10
1414 Scenario : Ensure JAVA_HOME is defined and contains Java
1515 When container is started with args
1616 | arg | value |
1717 | command | bash -c "$JAVA_HOME /bin /java -version " |
1818 Then available container log should contain OpenJDK Runtime Environment
1919
20- @ubi9
20+ @ubi10
2121 Scenario : Check that certain non-UBI packages are not installed
2222 When container is started with args
2323 | arg | value |
@@ -26,8 +26,8 @@ Feature: Miscellaneous OpenJDK-related unit tests
2626 Then available container log should not contain os-prober
2727 Then available container log should not contain rpm-plugin-systemd-inhibit
2828
29- @ubi9 /openjdk-21
30- @ubi9 /openjdk-21-runtime
29+ @ubi10 /openjdk-21
30+ @ubi10 /openjdk-21-runtime
3131 Scenario : Check that directories from other JDKs are not present (JDK21)
3232 When container is started with args
3333 | arg | value |
@@ -36,21 +36,21 @@ Feature: Miscellaneous OpenJDK-related unit tests
3636 Then available container log should not contain java-11
3737 Then available container log should not contain java-17
3838
39- @ubi9
39+ @ubi10
4040 Scenario : Ensure LANG is defined and contains UTF-8
4141 When container is started with args
4242 | arg | value |
4343 | command | bash -c "$JAVA_HOME /bin /java -XshowSettings :properties -version " |
4444 Then available container log should contain file.encoding = UTF-8
4545
46- @ubi9
46+ @ubi10
4747 Scenario : Ensure tar is installed (OPENJDK-1165)
4848 When container is started with args
4949 | arg | value |
5050 | command | tar |
5151 Then available container log should not contain command not found
5252
53- @ubi9
53+ @ubi10
5454 Scenario : Ensure tzdata RPM is properly installed (OPENJDK-2519)
5555 When container is started with args
5656 | arg | value |
0 commit comments