Merge "Wait for clout init to finish setting up network interfaces"

This commit is contained in:
Zuul 2021-09-29 17:29:46 +00:00 committed by Gerrit Code Review
commit c512120504
1 changed files with 4 additions and 0 deletions

View File

@ -40,6 +40,10 @@ class RebootTrunkTest(testtools.TestCase):
@pytest.mark.ovn_migration
def test_reboot(self):
# (fressi) must wait cloud init to complete VM setup before shutting it
# down
self.stack.wait_for_cloud_init_done()
self.stack.ensure_server_status('SHUTOFF')
self.stack.assert_vlan_is_unreachable()