diff --git a/vmware_nsx_tempest/tests/nsxv3/scenario/test_nsx_port_security.py b/vmware_nsx_tempest/tests/nsxv3/scenario/test_nsx_port_security.py index 7f79008da6..0f7a9977f5 100644 --- a/vmware_nsx_tempest/tests/nsxv3/scenario/test_nsx_port_security.py +++ b/vmware_nsx_tempest/tests/nsxv3/scenario/test_nsx_port_security.py @@ -47,13 +47,6 @@ class TestNSXv3PortSecurityScenario(manager.NetworkScenarioTest): check connectivity after enable/disable port security """ - @classmethod - def skip_checks(cls): - super(TestNSXv3PortSecurityScenario, cls).skip_checks() - if not test.is_extension_enabled('port-security-enabled', 'network'): - msg = "Extension provider-security-group is not enabled." - raise cls.skipException(msg) - @classmethod def setup_credentials(cls): cls.set_network_resources()