You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by sa...@apache.org on 2016/02/19 12:26:01 UTC

[1/2] git commit: updated refs/heads/master to ee150aa

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 <pr...@clogeny.com>
Authored: Wed Nov 4 14:48:38 2015 +0530
Committer: Priti Sarap <pr...@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"],


[2/2] git commit: updated refs/heads/master to ee150aa

Posted by sa...@apache.org.
Merge pull request #1031 from pritisarap12/CLOUDSTACK-9026-Modifying-testpath-for-adding-missing-parameter

CLOUDSTACK-9026: Modifying testpath for adding missing parameterAdding service_offering creation in testpath_storage_migration.py testpath which is missing right now

* pr/1031:
  CLOUDSTACK-9026: Modifying testpath for adding missing parameter

Signed-off-by: sanjeev <sa...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/ee150aa6
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/ee150aa6
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/ee150aa6

Branch: refs/heads/master
Commit: ee150aa631e66910a7d1cb1203147c6ed5495737
Parents: 79edac0 207b7e3
Author: sanjeev <sa...@apache.org>
Authored: Fri Feb 19 15:52:19 2016 +0530
Committer: sanjeev <sa...@apache.org>
Committed: Fri Feb 19 15:52:28 2016 +0530

----------------------------------------------------------------------
 test/integration/testpaths/testpath_storage_migration.py | 7 +++++++
 1 file changed, 7 insertions(+)
----------------------------------------------------------------------