Merge "add test_hard_reboot_controllers_recovery test"

This commit is contained in:
Zuul 2020-06-03 21:25:34 +00:00 committed by Gerrit Code Review
commit 2de86762ee
1 changed files with 5 additions and 0 deletions

View File

@ -75,6 +75,11 @@ class RebootTripleoNodesTest(testtools.TestCase):
cloud_disruptions.reset_all_controller_nodes()
overcloud_health_checks()
def test_hard_reboot_controllers_recovery(self):
overcloud_health_checks()
cloud_disruptions.reset_all_controller_nodes(hard_reset=True)
overcloud_health_checks()
def test_reboot_computes_recovery(self):
overcloud_health_checks()
cloud_disruptions.reset_all_compute_nodes(hard_reset=True)