Disable isolated_creds.net_resources on network scenarios
These tests creates their own network resources as part of the scenario. isolated_creds network resources are redundant. Change-Id: Iea047c48e9b50c9dcca4c73073056274594c42fb Partial-Bug: 1263635
This commit is contained in:
parent
dc0a76bbb0
commit
764610afe0
@ -87,6 +87,8 @@ class TestNetworkBasicOps(manager.NetworkScenarioTest):
|
||||
|
||||
@classmethod
|
||||
def setUpClass(cls):
|
||||
# Create no network resources for these tests.
|
||||
cls.set_network_resources()
|
||||
super(TestNetworkBasicOps, cls).setUpClass()
|
||||
for ext in ['router', 'security-group']:
|
||||
if not test.is_extension_enabled(ext, 'network'):
|
||||
|
@ -134,6 +134,8 @@ class TestSecurityGroupsBasicOps(manager.NetworkScenarioTest):
|
||||
|
||||
@classmethod
|
||||
def setUpClass(cls):
|
||||
# Create no network resources for these tests.
|
||||
cls.set_network_resources()
|
||||
super(TestSecurityGroupsBasicOps, cls).setUpClass()
|
||||
cls.alt_creds = cls.alt_credentials()
|
||||
cls.alt_manager = clients.OfficialClientManager(cls.alt_creds)
|
||||
|
Loading…
Reference in New Issue
Block a user