No need to cleanup lightweight entities like offerings

Signed-off-by: Prasanna Santhanam <tsp@apache.org>
(cherry picked from commit 1670aeac360b591f513a76a0c77158672f3e387f)
This commit is contained in:
Prasanna Santhanam 2013-08-05 20:13:39 +05:30
parent 8845aae0bc
commit 0561daa54d
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