mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-03 04:12:31 +01:00
CLOUDSTACK-2935: Corrected VPC code related to cleanup
Signed-off-by: Prasanna Santhanam <tsp@apache.org>
This commit is contained in:
parent
3a02942123
commit
6a5c9d777f
@ -408,7 +408,7 @@ class TestVPCNetworkLBRules(cloudstackTestCase):
|
||||
self.services["vpc_offering"]
|
||||
)
|
||||
|
||||
self._cleanup.append(self.vpc_off)
|
||||
self._cleanup.append(vpc_off)
|
||||
self.debug("Enabling the VPC offering created")
|
||||
vpc_off.update(self.apiclient, state='Enabled')
|
||||
|
||||
|
||||
@ -406,7 +406,7 @@ class TestVPCNetworkPFRules(cloudstackTestCase):
|
||||
self.services["vpc_offering"]
|
||||
)
|
||||
|
||||
self._cleanup.append(self.vpc_off)
|
||||
self._cleanup.append(vpc_off)
|
||||
self.debug("Enabling the VPC offering created")
|
||||
vpc_off.update(self.apiclient, state='Enabled')
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user