Merge "Fix the case when a test trying to reboot active controller fails because stx-openstack is not applied"
This commit is contained in:
commit
5dbacb19f7
@ -195,6 +195,8 @@ def test_reboot_active_controller(no_simplex):
|
|||||||
availability=['available'])
|
availability=['available'])
|
||||||
kube_helper.wait_for_pods_healthy(check_interval=30,
|
kube_helper.wait_for_pods_healthy(check_interval=30,
|
||||||
all_namespaces=True)
|
all_namespaces=True)
|
||||||
|
container_helper.wait_for_apps_status(apps="stx-openstack", status=AppStatus.APPLIED,
|
||||||
|
timeout=600, check_interval=60)
|
||||||
host_helper.swact_host(hostname=standby)
|
host_helper.swact_host(hostname=standby)
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user