summaryrefslogtreecommitdiff
path: root/tempest/api/orchestration/stacks/test_templates_negative.py
diff options
context:
space:
mode:
Diffstat (limited to 'tempest/api/orchestration/stacks/test_templates_negative.py')
-rw-r--r--tempest/api/orchestration/stacks/test_templates_negative.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tempest/api/orchestration/stacks/test_templates_negative.py b/tempest/api/orchestration/stacks/test_templates_negative.py
index b325104ad..908210732 100644
--- a/tempest/api/orchestration/stacks/test_templates_negative.py
+++ b/tempest/api/orchestration/stacks/test_templates_negative.py
@@ -30,8 +30,8 @@ Resources:
invalid_template_url = 'http://www.example.com/template.yaml'
@classmethod
- def setUpClass(cls):
- super(TemplateYAMLNegativeTestJSON, cls).setUpClass()
+ def resource_setup(cls):
+ super(TemplateYAMLNegativeTestJSON, cls).resource_setup()
cls.parameters = {}
@test.attr(type=['gate', 'negative'])