Skip to content

Commit

Permalink
cnf-test: exmanaged: added sleep time to workaround issue with nmstat…
Browse files Browse the repository at this point in the history
…e ds (#11)
  • Loading branch information
evgenLevin committed Jun 4, 2024
1 parent c962e66 commit 7e5ef4b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/cnf/core/network/internal/netnmstate/netnmstate.go
Original file line number Diff line number Diff line change
Expand Up @@ -501,6 +501,9 @@ func isNMStateDeployedAndReady(timeout time.Duration) error {

glog.V(90).Infof("Waiting until all NMState resources are Ready.")

// Workaround to skip failure "nmstate handler daemonset is not ready"
time.Sleep(10 * time.Second)

if !nmstateHandlerDs.IsReady(timeout) {
return fmt.Errorf("nmstate handler daemonset is not ready")
}
Expand Down

0 comments on commit 7e5ef4b

Please sign in to comment.