Updated Branches: refs/heads/master e24456f48 -> 591cc5971
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 <[email protected]> 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/master Commit: 591cc5971f5d4863de48a5e942d998dc5d6cc990 Parents: e24456f Author: Prasanna Santhanam <[email protected]> Authored: Mon Oct 29 15:56:05 2012 +0530 Committer: Prasanna Santhanam <[email protected]> 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
