mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-3697 LB rule clean up already done in cleanup project
This commit is contained in:
parent
7faa71dc68
commit
c6ea21866e
|
|
@ -1044,7 +1044,6 @@ class TestPublicIpAddress(cloudstackTestCase):
|
|||
public_ip.ipaddress.id,
|
||||
projectid=self.project.id
|
||||
)
|
||||
self.cleanup.append(lb_rule)
|
||||
self.debug("Assigning VM: %s to LB rule: %s" % (
|
||||
self.virtual_machine.name,
|
||||
lb_rule.id
|
||||
|
|
|
|||
Loading…
Reference in New Issue