mirror of https://github.com/apache/cloudstack.git
Fixed test data object retrieval
(cherry picked from commit cd93c7bb79)
This commit is contained in:
parent
f0f2071112
commit
be5a166ebc
|
|
@ -201,7 +201,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
|
||||
|
|
@ -312,7 +312,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
|
||||
|
|
|
|||
Loading…
Reference in New Issue