From 762f831c28c1c26c3d1ba4f314daa0ba280c9a6d Mon Sep 17 00:00:00 2001 From: Gaurav Aradhye Date: Mon, 18 Aug 2014 14:32:07 +0530 Subject: [PATCH] CLOUDSTACK-7352: Fixed issue in test_escalations_vpncustomergateways.py --- .../component/test_escalations_vpncustomergateways.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/integration/component/test_escalations_vpncustomergateways.py b/test/integration/component/test_escalations_vpncustomergateways.py index dc6576863db..091a7c110e7 100644 --- a/test/integration/component/test_escalations_vpncustomergateways.py +++ b/test/integration/component/test_escalations_vpncustomergateways.py @@ -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 \ No newline at end of file + return