From 358115de151ababd45d31a743f71edadc8cfafae Mon Sep 17 00:00:00 2001 From: Priti Sarap Date: Fri, 27 Nov 2015 12:51:50 +0530 Subject: [PATCH] CLOUDSTACK-9091: Update testpath for parameter issues --- test/integration/testpaths/testpath_volume_snapshot.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/integration/testpaths/testpath_volume_snapshot.py b/test/integration/testpaths/testpath_volume_snapshot.py index 87c5fe48053..c0e609a289b 100644 --- a/test/integration/testpaths/testpath_volume_snapshot.py +++ b/test/integration/testpaths/testpath_volume_snapshot.py @@ -805,13 +805,13 @@ class TestVolumeSnapshot(cloudstackTestCase): event_list_validation_result[2]) self.debug("Events list contains event SNAPSHOT.CREATE") + self.testdata["volume"]["zoneid"] = self.zone.id volumeFromSnap = Volume.create_from_snapshot( self.apiclient, data_vol_snap.id, self.testdata["volume"], account=self.account.name, domainid=self.account.domainid, - zoneid=self.zone.id ) self.assertTrue( @@ -926,13 +926,13 @@ class TestVolumeSnapshot(cloudstackTestCase): "Check resource id in list resources call" ) + self.testdata["volume"]["zoneid"] = self.zone.id volumeFromSnap_2 = Volume.create_from_snapshot( self.apiclient, data_vol_snap_2.id, self.testdata["volume"], account=self.account.name, domainid=self.account.domainid, - zoneid=self.zone.id ) self.vm_2.attach_volume(