commit | 50bb80dd3c57885054a61d4535f8f7f03c59eacf | [log] [tgz] |
---|---|---|
author | Andrea Frittoli <andrea.frittoli@hp.com> | Mon Sep 15 12:34:27 2014 +0100 |
committer | Andrea Frittoli <andrea.frittoli@hp.com> | Thu Sep 18 21:47:21 2014 +0100 |
tree | 9467c219f4a1bf5ccc97507fa874e5061755e143 | |
parent | 73ee247eebc92ed6ab5d16cacd373dd76722dd8e [diff] [blame] |
Migrate computev2 API tests to resource_* fixtures Partially-implements bp:resource-cleanup Change-Id: I59eb2d9789368c812282ce12ae7e571be720badb
diff --git a/tempest/api/compute/admin/test_aggregates_negative.py b/tempest/api/compute/admin/test_aggregates_negative.py index 690f2ab..ef6752b 100644 --- a/tempest/api/compute/admin/test_aggregates_negative.py +++ b/tempest/api/compute/admin/test_aggregates_negative.py
@@ -27,8 +27,8 @@ """ @classmethod - def setUpClass(cls): - super(AggregatesAdminNegativeTestJSON, cls).setUpClass() + def resource_setup(cls): + super(AggregatesAdminNegativeTestJSON, cls).resource_setup() cls.client = cls.os_adm.aggregates_client cls.user_client = cls.aggregates_client cls.aggregate_name_prefix = 'test_aggregate_'