Updated Branches: refs/heads/master 513b680d9 -> d1e260032
Python style error because of extraneous characters Presence of Non-ASCII characters caused compilation errors. Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/d1e26003 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/d1e26003 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/d1e26003 Branch: refs/heads/master Commit: d1e260032f9eb3395738c5d09730fe7a803c1193 Parents: 513b680 Author: Prasanna Santhanam <[email protected]> Authored: Fri Oct 12 15:25:18 2012 +0530 Committer: Prasanna Santhanam <[email protected]> Committed: Fri Oct 12 15:27:13 2012 +0530 ---------------------------------------------------------------------- test/integration/smoke/test_secondary_storage.py | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/d1e26003/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 ef81d04..6f7f044 100644 --- a/test/integration/smoke/test_secondary_storage.py +++ b/test/integration/smoke/test_secondary_storage.py @@ -277,8 +277,8 @@ class TestSecStorageServices(cloudstackTestCase): # Validate the following # If SSVM is in UP state and running - # 1. wait for listTemplates to show all builtin templates - # downloaded for all added hypervisors and in âReadyâ state" + # 1. wait for listTemplates to show all builtin templates downloaded and + # in Ready state for k, v in self.services["hypervisors"].items():
