diff options
author | 2021-10-04 20:51:46 +0000 | |
---|---|---|
committer | 2021-10-04 20:51:46 +0000 | |
commit | 2dde920d0f80d7c7fc3f2ed7ff41675ae6c28733 (patch) | |
tree | 50dd70e09be42e2f461664823aeb67f937674b6a /kud/tests | |
parent | bbeac9a596074d0af6e5be60448567517978a388 (diff) | |
parent | 6027abb96369a30e6ccd3f747f4029e36232c0af (diff) |
Merge "Fix KubeVirt and SR-IOV addon interaction"
Diffstat (limited to 'kud/tests')
-rwxr-xr-x | kud/tests/plugin_fw_v2.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/kud/tests/plugin_fw_v2.sh b/kud/tests/plugin_fw_v2.sh index abab9004..f19e0f90 100755 --- a/kud/tests/plugin_fw_v2.sh +++ b/kud/tests/plugin_fw_v2.sh @@ -223,6 +223,10 @@ else KUBECONFIG=$file kubectl get providernetwork emco-private-net -o name KUBECONFIG=$file kubectl get providernetwork unprotected-private-net -o name done + # Give some time for the Pods to show up on the clusters. kubectl + # wait may return with "error: no matching resources found" if the + # Pods have not started yet. + sleep 30s for name in $(cluster_names); do print_msg "Wait for all pods to start on cluster $name" file=$(cluster_file "$name") |