CLOUDSTACK-8068: Fixing test script issue in test_ps_project_limits.py Signed-off-by: SrikanteswaraRao Talluri <[email protected]>
Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/44d295e5 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/44d295e5 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/44d295e5 Branch: refs/heads/master Commit: 44d295e5c0ae2ecf8a6b0e6abf32fa665db8e83e Parents: 47ee7c0 Author: Gaurav Aradhye <[email protected]> Authored: Fri Dec 12 13:45:12 2014 +0530 Committer: SrikanteswaraRao Talluri <[email protected]> Committed: Fri Dec 12 18:54:28 2014 +0530 ---------------------------------------------------------------------- test/integration/component/test_ps_project_limits.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/44d295e5/test/integration/component/test_ps_project_limits.py ---------------------------------------------------------------------- diff --git a/test/integration/component/test_ps_project_limits.py b/test/integration/component/test_ps_project_limits.py index 9420e30..bab37f6 100644 --- a/test/integration/component/test_ps_project_limits.py +++ b/test/integration/component/test_ps_project_limits.py @@ -190,7 +190,7 @@ class TestProjectsVolumeLimits(cloudstackTestCase): host = hosts[0] self.vm.migrate(self.apiclient, host.id) except Exception as e: - self.fail("Exception occured" % e) + self.fail("Exception occured: %s" % e) expectedCount = self.initialResourceCount response = matchResourceCount(
