Merge "fullstack: Test vms are pingable before testing data plane"

This commit is contained in:
Jenkins 2017-04-13 21:06:39 +00:00 committed by Gerrit Code Review
commit 4e3032825f
1 changed files with 2 additions and 0 deletions

View File

@ -141,6 +141,7 @@ class TestOvsConnectivitySameNetworkOnOvsBridgeControllerStop(
kill_signal=None):
# Environment preparation is effectively the same as connectivity test
vms = self._prepare_vms_in_single_network()
vms.ping_all()
ns0 = vms[0].namespace
ip1 = vms[1].ip
@ -215,6 +216,7 @@ class TestUninterruptedConnectivityOnL2AgentRestart(
def test_l2_agent_restart(self, agent_restart_timeout=20):
# Environment preparation is effectively the same as connectivity test
vms = self._prepare_vms_in_single_network()
vms.ping_all()
ns0 = vms[0].namespace
ip1 = vms[1].ip