Tempest: Removed skip test from test_nsx_port_security.py

- test_nsx_port_security.py does not required any specific driver to be enabled to run teh test.
adding port-security-enabled uner network extension API will restrict consumer from using this module
in automatic fashion

Change-Id: I3f7731076500b67430251775a5e938a0433edd43
This commit is contained in:
Devang Doshi 2017-03-17 14:12:23 -07:00
parent 782ff5af41
commit 917042faf8
1 changed files with 0 additions and 7 deletions

View File

@ -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()