We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46e643f commit ae56b75Copy full SHA for ae56b75
test/integration/features/basic.feature
@@ -64,7 +64,12 @@ Feature: Basic test
64
And stdout should contain "Running"
65
66
@darwin @linux @windows
67
- Scenario: CRC kill
+ 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
73
When executing "crc stop -f"
74
Then stdout should contain "CodeReady Containers instance stopped"
75
0 commit comments