Merge "Fix the case when a test trying to reboot active controller fails because stx-openstack is not applied"

This commit is contained in:
Zuul 2022-01-14 14:00:04 +00:00 committed by Gerrit Code Review
commit 5dbacb19f7
1 changed files with 2 additions and 0 deletions

View File

@ -195,6 +195,8 @@ def test_reboot_active_controller(no_simplex):
availability=['available'])
kube_helper.wait_for_pods_healthy(check_interval=30,
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)