Merge "functional: disable netlink tests"
This commit is contained in:
commit
7543948ea8
@ -27,6 +27,15 @@ class NetlinkLibTestCase(functional_base.BaseSudoTestCase):
|
|||||||
as expected.
|
as expected.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
def setUp(self):
|
||||||
|
super(NetlinkLibTestCase, self).setUp()
|
||||||
|
self.skipTest(
|
||||||
|
"Current upstream Neutron infrastructure uses a kernel containing "
|
||||||
|
"a bug when creating conntrack entries. This skip is a temporary "
|
||||||
|
"solution to allow upstream CI run functional tests. For more "
|
||||||
|
"information please see following bug: "
|
||||||
|
"https://bugs.launchpad.net/linux/+bug/1709032")
|
||||||
|
|
||||||
def _create_entries(self, zone):
|
def _create_entries(self, zone):
|
||||||
conntrack_cmds = (
|
conntrack_cmds = (
|
||||||
['conntrack', '-I', '-p', 'tcp',
|
['conntrack', '-I', '-p', 'tcp',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user