Merge "Assert contents of returned devices in test" into stable/newton

This commit is contained in:
Jenkins 2017-04-16 05:09:46 +00:00 committed by Gerrit Code Review
commit 2ed3e2e1ca
1 changed files with 2 additions and 1 deletions

View File

@ -77,7 +77,8 @@ class TestDhcp(functional_base.BaseSudoTestCase):
ipw = ip_lib.IPWrapper(namespace="qdhcp-foo_id")
devices = ipw.get_devices(exclude_loopback=True)
self.addCleanup(ipw.netns.delete, 'qdhcp-foo_id')
self.assertEqual(2, len(devices))
self.assertEqual(sorted(["tapfoo_id2", "tapfoo_id3"]),
sorted(map(str, devices)))
# setting up dhcp for the network
dev_mgr.setup(tests_base.AttributeDict(network))
common_utils.wait_until_true(