Skip to content

Commit 352a910

Browse files
committed
Renumber tests to match JIRA for UBI9
Signed-off-by: Jonathan Dowland <[email protected]>
1 parent 3cde7e3 commit 352a910

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tests/features/java/runtime.feature

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,26 +43,26 @@ Feature: Openshift OpenJDK Runtime tests
4343
Then container log should not contain exec: bar': not found
4444

4545
@ubi9
46-
Scenario: Check default JAVA_APP_DIR (OPENJDK-2033)
46+
Scenario: Check default JAVA_APP_DIR (OPENJDK-2034)
4747
When container is ready
4848
Then available container log should contain INFO running in /deployments
4949

5050
@ubi9
51-
Scenario: Check custom JAVA_APP_DIR (OPENJDK-2033)
51+
Scenario: Check custom JAVA_APP_DIR (OPENJDK-2034)
5252
Given container is started with env
5353
| variable | value |
5454
| JAVA_APP_DIR | /home/default |
5555
Then available container log should contain INFO running in /home/default
5656

5757
@ubi9
58-
Scenario: Check relative path JAVA_APP_DIR (OPENJDK-2033)
58+
Scenario: Check relative path JAVA_APP_DIR (OPENJDK-2034)
5959
Given container is started with env
6060
| variable | value |
6161
| JAVA_APP_DIR | . |
6262
Then available container log should contain INFO running in /home/default
6363

6464
@ubi9
65-
Scenario: Check non-existent path JAVA_APP_DIR (OPENJDK-2033)
65+
Scenario: Check non-existent path JAVA_APP_DIR (OPENJDK-2034)
6666
Given container is started with env
6767
| variable | value |
6868
| JAVA_APP_DIR | /nope |

0 commit comments

Comments
 (0)