add cleanup list

Signed-off-by: Prasanna Santhanam <tsp@apache.org>
This commit is contained in:
Prasanna Santhanam 2013-08-06 16:56:08 +05:30
parent ff7527fc87
commit fab45b5180
1 changed files with 1 additions and 0 deletions

View File

@ -163,6 +163,7 @@ class TestRedundantRouterRulesLifeCycle(cloudstackTestCase):
)
# Enable Network offering
cls.network_offering.update(cls.api_client, state='Enabled')
cls._cleanup = []
return
@classmethod