make 0vercloud_health_check the first to run

Change-Id: Ia21186abf06daa1e6eacd5ef60a4a5794ef46eb7
This commit is contained in:
pinikomarov 2020-08-03 22:45:58 +03:00
parent 6dcb631a08
commit cce0efc4e0
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ class DisruptTripleoNodesTest(testtools.TestCase):
""" HA Tests: run health check -> disruptive action -> health check
disruptive_action: a function that runs some
disruptive scenarion on a overcloud"""
def test_overcloud_health_check(self):
def test_0vercloud_health_check(self):
overcloud_health_checks()
def test_hard_reboot_controllers_recovery(self):