Repository: cloudstack Updated Branches: refs/heads/master d2ed5fb9a -> fab005478
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/fab00547 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/fab00547 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/fab00547 Branch: refs/heads/master Commit: fab005478286f188208e287e6b5c0fba044100cd Parents: d2ed5fb Author: Gaurav Aradhye <[email protected]> Authored: Fri Dec 12 13:45:12 2014 +0530 Committer: SrikanteswaraRao Talluri <[email protected]> Committed: Fri Dec 12 18:55:48 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/fab00547/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(
