Revert "Setup resources with network for scenario tests"
This reverts commit 9580a978a993ad823aaf6ad4c72ed80d5115e11f.
Reason for revert: Redundant patch
Change-Id: Ie8d4196f2a2cf620be4ca1d11646464237ace687
diff --git a/barbican_tempest_plugin/tests/scenario/manager.py b/barbican_tempest_plugin/tests/scenario/manager.py
index 7cbfbf6..8be324a 100644
--- a/barbican_tempest_plugin/tests/scenario/manager.py
+++ b/barbican_tempest_plugin/tests/scenario/manager.py
@@ -40,11 +40,6 @@
credentials = ['primary']
@classmethod
- def setup_credentials(cls):
- cls.set_network_resources(network=True, subnet=True, router=True)
- super().setup_credentials()
-
- @classmethod
def setup_clients(cls):
super(ScenarioTest, cls).setup_clients()
# Clients (in alphabetical order)