diff --git a/test/integration/component/test_vpc_distributed_routing_offering.py b/test/integration/component/test_vpc_distributed_routing_offering.py index cc9a19154f8..a52855ebad4 100644 --- a/test/integration/component/test_vpc_distributed_routing_offering.py +++ b/test/integration/component/test_vpc_distributed_routing_offering.py @@ -156,7 +156,7 @@ class TestVPCDistributedRouterOffering(cloudstackTestCase): def setUpClass(cls): testClient = super(TestVPCDistributedRouterOffering, cls).getClsTestClient() cls.apiclient = testClient.getApiClient() - cls.services = testClient.getParsedTestDataConfig() + cls.services = Services().services # Get Zone, Domain and templates cls.domain = get_domain(cls.apiclient) @@ -512,4 +512,4 @@ class TestVPCDistributedRouterOffering(cloudstackTestCase): "List public Ip for network should list the Ip addr" ) # TODO: Remote Access VPN is not yet supported in VPC - return \ No newline at end of file + return