Skip test_create_security_group_rule_icmpv6_legacy_protocol_name
Change I0d7e1cd9fc075902449c5eb5ef27069083ab95d4 introduced a new IPv6 test case for security groups which breaks our UTs. Skip this test since we do not support IPv6. Change-Id: I27eef4bff4dbcd7cb1c003c828546468317d0410
This commit is contained in:
parent
0bfc4f0481
commit
f1b40888fc
@ -154,6 +154,9 @@ class TestSecurityGroups(test_nsxv3.NsxV3PluginTestCaseMixin,
|
|||||||
mock.call(NSG_IDS[2], firewall.LOGICAL_PORT, mock.ANY)]
|
mock.call(NSG_IDS[2], firewall.LOGICAL_PORT, mock.ANY)]
|
||||||
remove_member_mock.assert_has_calls(calls, any_order=True)
|
remove_member_mock.assert_has_calls(calls, any_order=True)
|
||||||
|
|
||||||
|
def test_create_security_group_rule_icmpv6_legacy_protocol_name(self):
|
||||||
|
self.skipTest('not supported')
|
||||||
|
|
||||||
|
|
||||||
class TestNSGroupManager(nsxlib_testcase.NsxLibTestCase):
|
class TestNSGroupManager(nsxlib_testcase.NsxLibTestCase):
|
||||||
"""
|
"""
|
||||||
|
@ -449,6 +449,9 @@ class TestSecurityGroup(ext_sg.TestSecurityGroups, SecurityGroupsTestCase):
|
|||||||
'tenant_id': 'bar',
|
'tenant_id': 'bar',
|
||||||
'port_security_enabled': True}})
|
'port_security_enabled': True}})
|
||||||
|
|
||||||
|
def test_create_security_group_rule_icmpv6_legacy_protocol_name(self):
|
||||||
|
self.skipTest('not supported')
|
||||||
|
|
||||||
|
|
||||||
class TestL3ExtensionManager(object):
|
class TestL3ExtensionManager(object):
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user