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 @@ -52,4 +52,18 @@ Feature: Openshift OpenJDK Runtime tests
52
52
Given container is started with env
53
53
| variable | value |
54
54
| JAVA_APP_DIR | /home /default |
55
- Then available container log should contain INFO running in /home/default
55
+ Then available container log should contain INFO running in /home/default
56
+
57
+ @ubi9
58
+ Scenario : Check relative path JAVA_APP_DIR (OPENJDK-2033)
59
+ Given container is started with env
60
+ | variable | value |
61
+ | JAVA_APP_DIR | . |
62
+ Then available container log should contain INFO running in /home/default
63
+
64
+ @ubi9
65
+ Scenario : Check non-existent path JAVA_APP_DIR (OPENJDK-2033)
66
+ Given container is started with env
67
+ | variable | value |
68
+ | JAVA_APP_DIR | /nope |
69
+ 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