summaryrefslogtreecommitdiff
path: root/tempest/api/orchestration/stacks/test_neutron_resources.py
diff options
context:
space:
mode:
Diffstat (limited to 'tempest/api/orchestration/stacks/test_neutron_resources.py')
-rw-r--r--tempest/api/orchestration/stacks/test_neutron_resources.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/tempest/api/orchestration/stacks/test_neutron_resources.py b/tempest/api/orchestration/stacks/test_neutron_resources.py
index ffadb1698..f1a4f85ba 100644
--- a/tempest/api/orchestration/stacks/test_neutron_resources.py
+++ b/tempest/api/orchestration/stacks/test_neutron_resources.py
@@ -30,9 +30,8 @@ LOG = logging.getLogger(__name__)
class NeutronResourcesTestJSON(base.BaseOrchestrationTest):
@classmethod
- @test.safe_setup
- def setUpClass(cls):
- super(NeutronResourcesTestJSON, cls).setUpClass()
+ def resource_setup(cls):
+ super(NeutronResourcesTestJSON, cls).resource_setup()
if not CONF.orchestration.image_ref:
raise cls.skipException("No image available to test")
os = clients.Manager()