File tree Expand file tree Collapse file tree 1 file changed +15
-1
lines changed Expand file tree Collapse file tree 1 file changed +15
-1
lines changed Original file line number Diff line number Diff line change @@ -78,4 +78,18 @@ Feature: Openshift OpenJDK Runtime tests
78
78
Given container is started with env
79
79
| variable | value |
80
80
| JAVA_APP_DIR | /home /jboss |
81
- Then available container log should contain INFO running in /home/jboss
81
+ Then available container log should contain INFO running in /home/jboss
82
+
83
+ @ubi8
84
+ Scenario : Check relative path JAVA_APP_DIR (OPENJDK-2033)
85
+ Given container is started with env
86
+ | variable | value |
87
+ | JAVA_APP_DIR | . |
88
+ Then available container log should contain INFO running in /home/jboss
89
+
90
+ @ubi8
91
+ Scenario : Check non-existent path JAVA_APP_DIR (OPENJDK-2033)
92
+ Given container is started with env
93
+ | variable | value |
94
+ | JAVA_APP_DIR | /nope |
95
+ Then available container log should contain ERROR No directory /nope found for auto detection
You can’t perform that action at this time.
0 commit comments