Merge "Temporarily remove failing test from fullstack"

This commit is contained in:
Zuul 2017-12-13 16:40:32 +00:00 committed by Gerrit Code Review
commit 8b7dd7ff7b
1 changed files with 1 additions and 0 deletions

View File

@ -920,6 +920,7 @@ class TestL3App(test_base.DFTestBase):
def test_icmp_other_router_interface(self):
self._test_icmp_address('192.168.13.1')
@testtools.skip("bug/1737889")
def test_reconnect_of_controller(self):
cmd = ["ovs-vsctl", "get-controller", cfg.CONF.df.integration_bridge]
controller = utils.execute(cmd, run_as_root=True).strip()