mirror of https://github.com/apache/cloudstack.git
No need to cleanup lightweight entities like offerings
Signed-off-by: Prasanna Santhanam <tsp@apache.org>
This commit is contained in:
parent
e0c6073a80
commit
f71eff7bfe
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue