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:
Federico Ressi 2021-09-02 04:38:38 +02:00
parent ce9d938cd6
commit dd9d78027b
1 changed files with 1 additions and 0 deletions

View File

@ -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])