mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-7321: Resolved cleanup issue in test_network.py
Signed-off-by: Santhosh Edukulla <santhosh.edukulla@gmail.com>
This commit is contained in:
parent
a22abeb0e7
commit
f9a66655e3
|
|
@ -609,10 +609,9 @@ class TestRebootRouter(cloudstackTestCase):
|
|||
self.services["natrule"],
|
||||
ipaddressid=self.public_ip.ipaddress.id
|
||||
)
|
||||
self.cleanup = [
|
||||
self.vm_1,
|
||||
self.cleanup = [self.nat_rule,
|
||||
lb_rule,
|
||||
self.nat_rule,
|
||||
self.vm_1,
|
||||
self.service_offering,
|
||||
self.account,
|
||||
]
|
||||
|
|
|
|||
Loading…
Reference in New Issue