Repository: cloudstack Updated Branches: refs/heads/4.4-automation 486ee69ef -> cd93c7bb7
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-automation Commit: cd93c7bb792a02c16c6bf3d67565ce4ecddf1b80 Parents: 486ee69 Author: SrikanteswaraRao Talluri <tall...@apache.org> Authored: Wed Apr 30 19:49:49 2014 +0530 Committer: SrikanteswaraRao Talluri <tall...@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