You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ts...@apache.org on 2012/10/29 16:11:13 UTC

[8/12] git commit: Summary: Do not filter by podid as systemvms span the zone

Summary: Do not filter by podid as systemvms span the zone

Detail: test_secondary_storage.py.test_systemvm_start() would try to
verify system VMs running under the zone but would filter by podid which
is not reqd. As systemVMs space a zone, filtering them zone-by-zone is
sufficient.

Signed-off-by: Prasanna Santhanam <ts...@apache.org> 1351506366 +0530


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

Branch: refs/heads/marvin-parallel
Commit: 591cc5971f5d4863de48a5e942d998dc5d6cc990
Parents: e24456f
Author: Prasanna Santhanam <ts...@apache.org>
Authored: Mon Oct 29 15:56:05 2012 +0530
Committer: Prasanna Santhanam <ts...@apache.org>
Committed: Mon Oct 29 15:57:35 2012 +0530

----------------------------------------------------------------------
 test/integration/smoke/test_secondary_storage.py |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/591cc597/test/integration/smoke/test_secondary_storage.py
----------------------------------------------------------------------
diff --git a/test/integration/smoke/test_secondary_storage.py b/test/integration/smoke/test_secondary_storage.py
index 6f7f044..d59e779 100644
--- a/test/integration/smoke/test_secondary_storage.py
+++ b/test/integration/smoke/test_secondary_storage.py
@@ -241,7 +241,6 @@ class TestSecStorageServices(cloudstackTestCase):
                                         self.apiclient,
                                         systemvmtype='secondarystoragevm',
                                         zoneid=self.zone.id,
-                                        podid=self.pod.id
                                         )
             if not isinstance(list_ssvm_response, list):
                 # Sleep to ensure SSVMs are Up and Running