File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
test/integration/features Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -97,7 +97,7 @@ Feature: Basic test
97
97
98
98
@darwin @linux @windows
99
99
Scenario : CRC status and disk space check
100
- When with up to "15" retries with wait period of "1m" command "crc status" output should not contain "Stopped"
100
+ When with up to "15" retries with wait period of "1m" command "crc status --log-level debug " output should not contain "Stopped"
101
101
And stdout should contain "Running"
102
102
And stdout should match ".*Disk Usage: *\d +\.\d +GB of 32.\d +GB.*"
103
103
@@ -124,7 +124,7 @@ Feature: Basic test
124
124
125
125
@darwin @linux @windows
126
126
Scenario : CRC status check
127
- When with up to "2" retries with wait period of "1m" command "crc status" output should not contain "Running"
127
+ When with up to "2" retries with wait period of "1m" command "crc status --log-level debug " output should not contain "Running"
128
128
And stdout should contain "Stopped"
129
129
130
130
@darwin @linux @windows
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ Feature:
10
10
When starting CRC with default bundle succeeds
11
11
Then stdout should contain "Started the OpenShift cluster"
12
12
And executing "eval $(crc oc-env)" succeeds
13
- When with up to "4" retries with wait period of "2m" command "crc status" output matches ".*Running \( v\d +\.\d +\.\d +.*\) .*"
13
+ When with up to "4" retries with wait period of "2m" command "crc status --log-level debug " output matches ".*Running \( v\d +\.\d +\.\d +.*\) .*"
14
14
Then login to the oc cluster succeeds
15
15
16
16
@windows
@@ -19,7 +19,7 @@ Feature:
19
19
When starting CRC with default bundle and nameserver "10.75.5.25" succeeds
20
20
Then stdout should contain "Started the OpenShift cluster"
21
21
And executing "crc oc-env | Invoke-Expression" succeeds
22
- When with up to "4" retries with wait period of "2m" command "crc status" output matches ".*Running \( v\d +\.\d +\.\d +.*\) .*"
22
+ When with up to "4" retries with wait period of "2m" command "crc status --log-level debug " output matches ".*Running \( v\d +\.\d +\.\d +.*\) .*"
23
23
Then login to the oc cluster succeeds
24
24
25
25
@linux @darwin @windows
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ Feature:
18
18
When starting CRC with default bundle and nameserver "10.75.5.25" succeeds
19
19
Then stdout should contain "Started the OpenShift cluster"
20
20
And executing "crc oc-env | Invoke-Expression" succeeds
21
- When with up to "4" retries with wait period of "2m" command "crc status" output matches ".*Running \( v\d +\.\d +\.\d +.*\) .*"
21
+ When with up to "4" retries with wait period of "2m" command "crc status --log-level debug " output matches ".*Running \( v\d +\.\d +\.\d +.*\) .*"
22
22
Then login to the oc cluster succeeds
23
23
24
24
@darwin @linux @windows
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ Feature: Local image to image-registry to deployment
11
11
When starting CRC with default bundle succeeds
12
12
Then stdout should contain "Started the OpenShift cluster"
13
13
And executing "eval $(crc oc-env)" succeeds
14
- When with up to "4" retries with wait period of "2m" command "crc status" output matches ".*Running \( v\d +\.\d +\.\d +.*\) .*"
14
+ When with up to "4" retries with wait period of "2m" command "crc status --log-level debug " output matches ".*Running \( v\d +\.\d +\.\d +.*\) .*"
15
15
Then login to the oc cluster succeeds
16
16
17
17
Scenario : Create local image
You can’t perform that action at this time.
0 commit comments