File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change 1
1
# TODO: it would be nice to make the below less specific to 8 & 11. What about when 12
2
2
# is released, etc.
3
- Feature : Container only has one OpenJDK version installed
3
+ Feature : Miscellaneous OpenJDK-related unit tests
4
4
5
5
@redhat-openjdk-18/openjdk18-openshift
6
6
@openjdk/openjdk-1.8-ubi8
@@ -19,3 +19,12 @@ Feature: Container only has one OpenJDK version installed
19
19
| arg | value |
20
20
| command | rpm -qa |
21
21
Then available container log should not contain java-1.8.0
22
+
23
+ @ubi8
24
+ @openjdk
25
+ @openj9
26
+ Scenario : Ensure JAVA_HOME is defined and contains Java
27
+ When container is started with args
28
+ | arg | value |
29
+ | command | bash -c "$JAVA_HOME /bin /java -version " |
30
+ Then available container log should contain OpenJDK Runtime Environment
You can’t perform that action at this time.
0 commit comments