Repository: cloudstack
Updated Branches:
  refs/heads/master 835ca8eea -> 9bab1c855


Fixing vpc distributed test cases


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/9bab1c85
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/9bab1c85
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/9bab1c85

Branch: refs/heads/master
Commit: 9bab1c8550a8fcc7f1f57ecd7d02a8f92f498fd0
Parents: 835ca8e
Author: Girish Shilamkar <gir...@clogeny.com>
Authored: Mon Aug 4 17:45:14 2014 +0530
Committer: Girish Shilamkar <gir...@clogeny.com>
Committed: Tue Aug 5 11:09:21 2014 +0530

----------------------------------------------------------------------
 .../component/test_vpc_distributed_routing_offering.py           | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/9bab1c85/test/integration/component/test_vpc_distributed_routing_offering.py
----------------------------------------------------------------------
diff --git 
a/test/integration/component/test_vpc_distributed_routing_offering.py 
b/test/integration/component/test_vpc_distributed_routing_offering.py
index cc9a191..a52855e 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

Reply via email to