Updated Branches: refs/heads/master d6ebcd192 -> 2100789f2
Fix indent to stop tabnanny from complaining Signed-off-by: Prasanna Santhanam <t...@apache.org> (cherry picked from commit 78c802da1343abe2c82f9a7dfb7903f81287abe9) Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/2100789f Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/2100789f Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/2100789f Branch: refs/heads/master Commit: 2100789f23d839267f17b4a54badadd93d948a09 Parents: d6ebcd1 Author: Prasanna Santhanam <t...@apache.org> Authored: Fri Aug 9 15:54:44 2013 +0530 Committer: Prasanna Santhanam <t...@apache.org> Committed: Fri Aug 9 15:55:13 2013 +0530 ---------------------------------------------------------------------- test/integration/component/test_explicit_dedication.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/2100789f/test/integration/component/test_explicit_dedication.py ---------------------------------------------------------------------- diff --git a/test/integration/component/test_explicit_dedication.py b/test/integration/component/test_explicit_dedication.py index 93c2771..bd97551 100644 --- a/test/integration/component/test_explicit_dedication.py +++ b/test/integration/component/test_explicit_dedication.py @@ -180,7 +180,7 @@ class TestExplicitDedication(cloudstackTestCase): #If no empty host is found, return if empty_host: - self.skipTest("Did not find any empty hosts, Skipping") + self.skipTest("Did not find any empty hosts, Skipping") # Create an affinity group for explicit dedication. agCmd = createAffinityGroup.createAffinityGroupCmd()