faults add baseline overcloud health check

The goal here is to be able to do : ir tobiko --tests gate_faults
and that should run the single test :
tobiko/tobiko/tests/faults/ha/test_cloud_recovery.py::test_overcloud_health_check

Change-Id: I7b7c3115a6b5a8b5188907dcbd934b9b101da695
This commit is contained in:
pinikomarov 2020-02-20 22:55:33 +02:00 committed by Federico Ressi
parent f0b0e24a1a
commit c745a900ed
1 changed files with 2 additions and 0 deletions

View File

@ -61,6 +61,8 @@ class RebootNodesTest(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):
nodes_health_check()
def test_reboot_controllers_recovery(self):
nodes_health_check()