mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
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"],
|
self.services["natrule"],
|
||||||
ipaddressid=self.public_ip.ipaddress.id
|
ipaddressid=self.public_ip.ipaddress.id
|
||||||
)
|
)
|
||||||
self.cleanup = [
|
self.cleanup = [self.nat_rule,
|
||||||
self.vm_1,
|
|
||||||
lb_rule,
|
lb_rule,
|
||||||
self.nat_rule,
|
self.vm_1,
|
||||||
self.service_offering,
|
self.service_offering,
|
||||||
self.account,
|
self.account,
|
||||||
]
|
]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user