No need to cleanup lightweight entities like offerings

Signed-off-by: Prasanna Santhanam <tsp@apache.org>
This commit is contained in:
Prasanna Santhanam 2013-08-05 20:13:39 +05:30
parent e0c6073a80
commit f71eff7bfe
1 changed files with 0 additions and 5 deletions

View File

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