Mark test_trunk_fip_after_reboot as flaky
The test case is often failing because of timeout issues caused by the slow VM boot times. Change-Id: Iad1818fa232b77f39d4fd1a4f3d7370855d709fd
This commit is contained in:
parent
ce9d938cd6
commit
dd9d78027b
@ -33,6 +33,7 @@ class TrunkTest(testtools.TestCase):
|
||||
stack = tobiko.required_setup_fixture(
|
||||
stacks.CentosTrunkServerStackFixture)
|
||||
|
||||
@pytest.mark.flaky(reruns=3, reruns_delay=120)
|
||||
@pytest.mark.ovn_migration
|
||||
def test_trunk_fip_after_reboot(self):
|
||||
ping.assert_reachable_hosts([self.stack.floating_ip_address])
|
||||
|
Loading…
x
Reference in New Issue
Block a user