diff --git a/vmware_nsx/tests/unit/nsx_mh/test_plugin.py b/vmware_nsx/tests/unit/nsx_mh/test_plugin.py index 2c4ca6887d..34edca498a 100644 --- a/vmware_nsx/tests/unit/nsx_mh/test_plugin.py +++ b/vmware_nsx/tests/unit/nsx_mh/test_plugin.py @@ -450,6 +450,12 @@ class TestSecurityGroup(ext_sg.TestSecurityGroups, SecurityGroupsTestCase): def test_create_security_group_rule_icmpv6_legacy_protocol_name(self): self.skipTest('not supported') + def test_create_security_group_rule_protocol_as_number_range(self): + self.skipTest('not supported') + + def test_create_security_group_rule_protocol_as_number_with_port(self): + self.skipTest('not supported') + class TestL3ExtensionManager(object):