Skip to content

Commit 9de7882

Browse files
committed
Tag two tests for the runtime images
And the ubi8-based images which had been missed. Signed-off-by: Jonathan Dowland <[email protected]>
1 parent 8598530 commit 9de7882

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/features/java/openjdk.feature

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ Feature: Container only has one OpenJDK version installed
55
@redhat-openjdk-18/openjdk18-openshift
66
@openjdk/openjdk-1.8-ubi8
77
@openj9/openj9-8-rhel8
8+
@ubi8/openjdk-8
9+
@ubi8/openjdk-8-runtime
810
Scenario: Check that only OpenJDK 8 is installed
911
When container is started with args
1012
| arg | value |
@@ -14,6 +16,8 @@ Feature: Container only has one OpenJDK version installed
1416
@openjdk/openjdk-11-rhel7
1517
@openjdk/openjdk-11-ubi8
1618
@openj9/openj9-11-rhel8
19+
@ubi8/openjdk-11
20+
@ubi8/openjdk-11-runtime
1721
Scenario: Check that only OpenJDK 11 is installed
1822
When container is started with args
1923
| arg | value |

0 commit comments

Comments
 (0)