@@ -9,6 +9,18 @@ Feature: Miscellaneous OpenJDK-related unit tests
99 Then available container log should not contain java-1.8.0
1010 Then available container log should not contain java-11
1111 Then available container log should not contain java-17
12+ Then available container log should not contain java-25
13+
14+ @ubi10/openjdk-25
15+ @ubi10/openjdk-25-runtime
16+ Scenario : Check that only OpenJDK 25 is installed
17+ When container is started with args
18+ | arg | value |
19+ | command | rpm -qa |
20+ Then available container log should not contain java-1.8.0
21+ Then available container log should not contain java-11
22+ Then available container log should not contain java-17
23+ Then available container log should not contain java-21
1224
1325 @ubi10
1426 Scenario : Ensure JAVA_HOME is defined and contains Java
@@ -35,6 +47,18 @@ Feature: Miscellaneous OpenJDK-related unit tests
3547 Then available container log should not contain java-1.8.0
3648 Then available container log should not contain java-11
3749 Then available container log should not contain java-17
50+ Then available container log should not contain java-25
51+
52+ @ubi10/openjdk-25
53+ @ubi10/openjdk-25-runtime
54+ Scenario : Check that directories from other JDKs are not present (JDK25)
55+ When container is started with args
56+ | arg | value |
57+ | command | ls -1 /usr /lib /jvm |
58+ Then available container log should not contain java-1.8.0
59+ Then available container log should not contain java-11
60+ Then available container log should not contain java-17
61+ Then available container log should not contain java-21
3862
3963 @ubi10
4064 Scenario : Ensure LANG is defined and contains UTF-8
0 commit comments