Skip to content

Commit d29ca54

Browse files
Jakub Sliacanadrianriobo
authored andcommitted
e2e: wait for monitoring operator
1 parent 4960590 commit d29ca54

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

test/e2e/features/basic.feature

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,7 @@ Feature: Basic test
5555
# monitoring stack check
5656
When checking that CRC is running
5757
And ensuring user is logged in succeeds
58-
And executing "oc get pods -n openshift-monitoring" succeeds
59-
Then stdout matches ".*cluster-monitoring-operator-\w+-\w+\ *1/1\ *Running.*"
58+
Then with up to "12" retries with wait period of "10s" command "oc get pods -n openshift-monitoring" output matches ".*cluster-monitoring-operator-\w+-\w+\ *1/1\ *Running.*"
6059
# stop
6160
When executing "crc stop"
6261
Then stdout should match "(.*)[Ss]topped the instance"

0 commit comments

Comments
 (0)