File tree Expand file tree Collapse file tree 10 files changed +21
-0
lines changed Expand file tree Collapse file tree 10 files changed +21
-0
lines changed Original file line number Diff line number Diff line change 1
1
@openjdk
2
2
@ubi8/openjdk-8
3
3
@ubi8/openjdk-11
4
+ @ubi8/openjdk-17
4
5
@redhat-openjdk-18
5
6
Feature : Openshift S2I tests
6
7
Scenario : Check networkaddress.cache.negative.ttl has been set correctly
Original file line number Diff line number Diff line change 1
1
@openjdk
2
2
@ubi8/openjdk-8
3
3
@ubi8/openjdk-11
4
+ @ubi8/openjdk-17
4
5
@redhat-openjdk-18
5
6
@openj9
6
7
Feature : Openshift OpenJDK GC tests
Original file line number Diff line number Diff line change 1
1
@openjdk
2
2
@ubi8/openjdk-8
3
3
@ubi8/openjdk-11
4
+ @ubi8/openjdk-17
4
5
@redhat-openjdk-18
5
6
@openj9
6
7
Feature : Openshift OpenJDK S2I tests
Original file line number Diff line number Diff line change 1
1
@openjdk
2
2
@ubi8/openjdk-8
3
3
@ubi8/openjdk-11
4
+ @ubi8/openjdk-17
4
5
@redhat-openjdk-18
5
6
@openj9
6
7
Feature : Openshift OpenJDK S2I tests
Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ Feature: Miscellaneous OpenJDK-related unit tests
12
12
| arg | value |
13
13
| command | rpm -qa |
14
14
Then available container log should not contain java-11
15
+ Then available container log should not contain java-17
15
16
16
17
@openjdk/openjdk-11-rhel7
17
18
@openjdk/openjdk-11-ubi8
@@ -23,6 +24,15 @@ Feature: Miscellaneous OpenJDK-related unit tests
23
24
| arg | value |
24
25
| command | rpm -qa |
25
26
Then available container log should not contain java-1.8.0
27
+ Then available container log should not contain java-17
28
+
29
+ @ubi8/openjdk-17
30
+ Scenario : Check that only OpenJDK 17 is installed
31
+ When container is started with args
32
+ | arg | value |
33
+ | command | rpm -qa |
34
+ Then available container log should not contain java-1.8.0
35
+ Then available container log should not contain java-11
26
36
27
37
@ubi8
28
38
@openjdk
Original file line number Diff line number Diff line change 1
1
@openjdk
2
2
@ubi8/openjdk-8
3
3
@ubi8/openjdk-11
4
+ @ubi8/openjdk-17
4
5
@redhat-openjdk-18
5
6
@openj9
6
7
Feature : Openshift OpenJDK port tests
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ Feature: Openshift OpenJDK Runtime tests
3
3
@openjdk
4
4
@ubi8/openjdk-8
5
5
@ubi8/openjdk-11
6
+ @ubi8/openjdk-17
6
7
@redhat-openjdk-18
7
8
@openj9
8
9
Scenario : Ensure JVM_ARGS is no longer present in the run script
@@ -12,6 +13,7 @@ Feature: Openshift OpenJDK Runtime tests
12
13
@openjdk
13
14
@ubi8/openjdk-8
14
15
@ubi8/openjdk-11
16
+ @ubi8/openjdk-17
15
17
@redhat-openjdk-18
16
18
@openj9
17
19
Scenario : Ensure JAVA_ARGS are passed through to the running java application
@@ -23,6 +25,7 @@ Feature: Openshift OpenJDK Runtime tests
23
25
@openjdk
24
26
@ubi8/openjdk-8
25
27
@ubi8/openjdk-11
28
+ @ubi8/openjdk-17
26
29
@redhat-openjdk-18
27
30
# Not @openj9 yet, we do not set any specific options for it yet
28
31
Scenario : Ensure diagnostic options work correctly
Original file line number Diff line number Diff line change 1
1
@openjdk
2
2
@ubi8/openjdk-8
3
3
@ubi8/openjdk-11
4
+ @ubi8/openjdk-17
4
5
@redhat-openjdk-18
5
6
Feature : Tests for all openshift images
6
7
Original file line number Diff line number Diff line change 3
3
@openj9
4
4
@ubi8/openjdk-8
5
5
@ubi8/openjdk-11
6
+ @ubi8/openjdk-17
6
7
Feature : Prometheus agent tests
7
8
8
9
Scenario : Verify API and defaults
Original file line number Diff line number Diff line change 1
1
@openjdk
2
2
@ubi8/openjdk-8
3
3
@ubi8/openjdk-11
4
+ @ubi8/openjdk-17
4
5
@redhat-openjdk-18
5
6
@openj9
6
7
Feature : Openshift S2I tests
You can’t perform that action at this time.
0 commit comments