File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed
Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -492,7 +492,6 @@ def test_04_validate_vpc_offering_conserve_mode_disabled(self):
492492 gateway = gateway_tier1 ,
493493 netmask = netmask_tiers ,
494494 )
495- self .cleanup .append (tier1 )
496495
497496 gateway_tier2 = "10.10.20.17"
498497 self .services ["network_offering" ]["name" ] = "tier2-" + vpc .id
@@ -508,7 +507,6 @@ def test_04_validate_vpc_offering_conserve_mode_disabled(self):
508507 gateway = gateway_tier2 ,
509508 netmask = netmask_tiers ,
510509 )
511- self .cleanup .append (tier2 )
512510
513511 self .services ["virtual_machine" ]["displayname" ] = "vm1" + vpc .id
514512 vm1 = VirtualMachine .create (
@@ -533,8 +531,6 @@ def test_04_validate_vpc_offering_conserve_mode_disabled(self):
533531 serviceofferingid = service_offering .id ,
534532 networkids = [tier2 .id ],
535533 )
536- self .cleanup .append (vm1 )
537- self .cleanup .append (vm2 )
538534
539535 public_ip = PublicIPAddress .create (
540536 self .apiclient ,
You can’t perform that action at this time.
0 commit comments