CLOUDSTACK-7352: Fixed issue in test_escalations_vpncustomergateways.py

This commit is contained in:
Gaurav Aradhye 2014-08-18 14:32:07 +05:30 committed by Girish Shilamkar
parent b9079f3db1
commit 762f831c28

View File

@ -240,6 +240,7 @@ class TestVpnCustomerGateways(cloudstackTestCase):
vpncustomergateway_created,
self.userapiclient
)
self.cleanup.remove(vpncustomergateway_created)
# Listing all the VPN Customer Gateways in page 2 again
list_vpncustomergateways_page2 = VpnCustomerGateway.list(
self.userapiclient,
@ -379,4 +380,4 @@ class TestVpnCustomerGateways(cloudstackTestCase):
vpncustomergateway_status,
"Listed VPN Customer Gateway details are not as Updated"
)
return
return