Repository: cloudstack Updated Branches: refs/heads/master 01b04cd7a -> 91d7d2b51
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/91d7d2b5 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/91d7d2b5 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/91d7d2b5 Branch: refs/heads/master Commit: 91d7d2b51e99f8739b270e5cd39016c00fd029ef Parents: 01b04cd 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:51:21 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/91d7d2b5/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