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
This commit is contained in:
parent
155a7d355e
commit
5583f7de53
@ -166,7 +166,7 @@ class DisruptTripleoNodesTest(testtools.TestCase):
|
|||||||
def tearDown(self):
|
def tearDown(self):
|
||||||
super(DisruptTripleoNodesTest, self).tearDown()
|
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 []):
|
for i, vm in enumerate(self.vms_detailed_info or []):
|
||||||
if vm is None or vm.get('id') is None:
|
if vm is None or vm.get('id') is None:
|
||||||
# server_name pattern comes from multi_ip_test_stack.yaml
|
# 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
|
@nova.skip_background_vm_ping_checks_when_nondvr
|
||||||
@testtools.skipIf(has_external_lb, SKIP_MESSAGE_EXTLB)
|
@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
|
# This test case may fail at times if RHBZ#2124877 is not resolved
|
||||||
# but that bug is due to a race condition,
|
# but that bug is due to a race condition,
|
||||||
# so it is not reproducible 100% times
|
# so it is not reproducible 100% times
|
||||||
|
Loading…
Reference in New Issue
Block a user