Merge "Tempest: Removed skip test from test_nsx_port_security.py"
This commit is contained in:
commit
d14a0971ed
@ -47,13 +47,6 @@ class TestNSXv3PortSecurityScenario(manager.NetworkScenarioTest):
|
|||||||
check connectivity after enable/disable port security
|
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
|
@classmethod
|
||||||
def setup_credentials(cls):
|
def setup_credentials(cls):
|
||||||
cls.set_network_resources()
|
cls.set_network_resources()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user