Repository: cloudstack Updated Branches: refs/heads/master 79edac0ee -> ee150aa63
CLOUDSTACK-9026: Modifying testpath for adding missing parameter Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/207b7e3b Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/207b7e3b Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/207b7e3b Branch: refs/heads/master Commit: 207b7e3b5004b930abbb0b2ecbda5aa79909ee5f Parents: 3ded3e9 Author: Priti Sarap <priti.sa...@clogeny.com> Authored: Wed Nov 4 14:48:38 2015 +0530 Committer: Priti Sarap <priti.sa...@clogeny.com> Committed: Thu Feb 18 18:19:24 2016 +0530 ---------------------------------------------------------------------- test/integration/testpaths/testpath_storage_migration.py | 7 +++++++ 1 file changed, 7 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/207b7e3b/test/integration/testpaths/testpath_storage_migration.py ---------------------------------------------------------------------- diff --git a/test/integration/testpaths/testpath_storage_migration.py b/test/integration/testpaths/testpath_storage_migration.py index 3ef31f0..848594d 100644 --- a/test/integration/testpaths/testpath_storage_migration.py +++ b/test/integration/testpaths/testpath_storage_migration.py @@ -248,6 +248,13 @@ class TestStorageMigration(cloudstackTestCase): DomainName=cls.account.domain ) # Create Service offering + cls.service_offering = ServiceOffering.create( + cls.apiclient, + cls.testdata["service_offering"] + ) + + cls._cleanup.append(cls.service_offering) + cls.service_offering_zone1 = ServiceOffering.create( cls.apiclient, cls.testdata["service_offering"],