Skip to content

Commit ae56b75

Browse files
Jakub Sliacanpraveenkumar
authored andcommitted
Issue #368 Add IP command step to basic tests
1 parent 46e643f commit ae56b75

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

test/integration/features/basic.feature

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,12 @@ Feature: Basic test
6464
And stdout should contain "Running"
6565

6666
@darwin @linux @windows
67-
Scenario: CRC kill
67+
Scenario: CRC IP check
68+
When executing "crc ip" succeeds
69+
Then stdout should match "\d+\.\d+\.\d+\.\d+"
70+
71+
@darwin @linux @windows
72+
Scenario: CRC forcible stop
6873
When executing "crc stop -f"
6974
Then stdout should contain "CodeReady Containers instance stopped"
7075

0 commit comments

Comments
 (0)