You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by gi...@apache.org on 2014/05/06 12:01:00 UTC

[26/32] git commit: updated refs/heads/4.4-forward to 8546f76

Fixed test data object retrieval


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

Branch: refs/heads/4.4-forward
Commit: cd93c7bb792a02c16c6bf3d67565ce4ecddf1b80
Parents: 486ee69
Author: SrikanteswaraRao Talluri <ta...@apache.org>
Authored: Wed Apr 30 19:49:49 2014 +0530
Committer: SrikanteswaraRao Talluri <ta...@apache.org>
Committed: Wed Apr 30 19:49:49 2014 +0530

----------------------------------------------------------------------
 test/integration/smoke/test_deploy_vm.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/cd93c7bb/test/integration/smoke/test_deploy_vm.py
----------------------------------------------------------------------
diff --git a/test/integration/smoke/test_deploy_vm.py b/test/integration/smoke/test_deploy_vm.py
index 5cc00d0..c07e663 100644
--- a/test/integration/smoke/test_deploy_vm.py
+++ b/test/integration/smoke/test_deploy_vm.py
@@ -165,7 +165,7 @@ class TestDeployVMVolumeCreationFailure(cloudstackTestCase):
     """
 
     def setUp(self):
-        self.testdata = TestData().testdata
+        self.testdata =  self.testClient.getParsedTestDataConfig()
         self.apiclient = self.testClient.getApiClient()
 
         # Get Zone, Domain and Default Built-in template
@@ -276,7 +276,7 @@ class TestDeployVMStartFailure(cloudstackTestCase):
     """
 
     def setUp(self):
-        self.testdata = TestData().testdata
+        self.testdata = self.testClient.getParsedTestDataConfig()
         self.apiclient = self.testClient.getApiClient()
 
         # Get Zone, Domain and Default Built-in template