Fix UTs
Skip some newly added unit tests Change-Id: I927c6e8e0bb79e0d09068c60f29607321a365371
This commit is contained in:
parent
b8dfb190f0
commit
df1cff206d
@ -112,3 +112,6 @@ class TestSecurityGroups(test_nsxv3.NsxV3PluginTestCaseMixin,
|
||||
|
||||
def test_create_security_group_rule_multiple_remotes(self):
|
||||
self.skipTest('No support for SG address groups')
|
||||
|
||||
def test_list_security_groups_with_shared_filter_false(self):
|
||||
self.skipTest('No support for SG shared field')
|
||||
|
@ -1799,6 +1799,9 @@ class NsxPTestSecurityGroup(common_v3.FixExternalNetBaseTest,
|
||||
def test_create_security_group_rule_multiple_remotes(self):
|
||||
self.skipTest('No support for SG address groups')
|
||||
|
||||
def test_list_security_groups_with_shared_filter_false(self):
|
||||
self.skipTest('No support for SG shared field')
|
||||
|
||||
|
||||
class NsxPTestL3ExtensionManager(object):
|
||||
|
||||
|
@ -4222,6 +4222,9 @@ class NsxVTestSecurityGroup(ext_sg.TestSecurityGroups,
|
||||
def test_create_security_group_rule_multiple_remotes(self):
|
||||
self.skipTest('No support for SG address groups')
|
||||
|
||||
def test_list_security_groups_with_shared_filter_false(self):
|
||||
self.skipTest('No support for SG shared field')
|
||||
|
||||
|
||||
class TestVdrTestCase(L3NatTest, L3NatTestCaseBase,
|
||||
test_l3_plugin.L3NatDBIntTestCase,
|
||||
|
Loading…
Reference in New Issue
Block a user