Add invocation assert_service_ha in vip destroy
Add invocation assert_services_ha before ostf run Closes-Bug: #1545719 Change-Id: I7b93f212b4cd01998dafa29b49fce6281ec182bb
This commit is contained in:
@@ -320,10 +320,13 @@ class TestHaFailoverBase(TestBasic):
|
||||
logger.info("Resource {0} restored "
|
||||
"{1} times".format(resource, check_counter))
|
||||
|
||||
# Assert ha services are ready
|
||||
self.fuel_web.assert_ha_services_ready(cluster_id)
|
||||
|
||||
# Run OSTF tests
|
||||
self.fuel_web.run_ostf(
|
||||
cluster_id=cluster_id,
|
||||
test_sets=['ha', 'smoke', 'sanity'])
|
||||
test_sets=['smoke', 'sanity'])
|
||||
|
||||
def ha_mysql_termination(self):
|
||||
if not self.env.d_env.has_snapshot(self.snapshot_name):
|
||||
|
||||
Reference in New Issue
Block a user