From 5583f7de53d54ac0d26531b6de6b6e9b90b23847 Mon Sep 17 00:00:00 2001 From: Fiorella Yanac Date: Thu, 11 Jan 2024 14:21:09 +0000 Subject: [PATCH] Change name of controller_galera_main_vip test Change name from test_z99_reboot_controller_galera_main_vip to test_z999_reboot_controller_galera_main_vip It makes it run last Change-Id: Id9a72c60d9066910cbb16b9664885b2e93a8fbba --- tobiko/tests/faults/ha/test_cloud_recovery.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tobiko/tests/faults/ha/test_cloud_recovery.py b/tobiko/tests/faults/ha/test_cloud_recovery.py index c8ec996cf..5b05cb245 100644 --- a/tobiko/tests/faults/ha/test_cloud_recovery.py +++ b/tobiko/tests/faults/ha/test_cloud_recovery.py @@ -166,7 +166,7 @@ class DisruptTripleoNodesTest(testtools.TestCase): def tearDown(self): super(DisruptTripleoNodesTest, self).tearDown() - # this loop is run after test_z99_reboot_controller_galera_main_vip + # this loop is run after test_z999_reboot_controller_galera_main_vip for i, vm in enumerate(self.vms_detailed_info or []): if vm is None or vm.get('id') is None: # server_name pattern comes from multi_ip_test_stack.yaml @@ -236,7 +236,7 @@ class DisruptTripleoNodesTest(testtools.TestCase): @nova.skip_background_vm_ping_checks_when_nondvr @testtools.skipIf(has_external_lb, SKIP_MESSAGE_EXTLB) - def test_z99_reboot_controller_galera_main_vip(self): + def test_z999_reboot_controller_galera_main_vip(self): # This test case may fail at times if RHBZ#2124877 is not resolved # but that bug is due to a race condition, # so it is not reproducible 100% times