Updated Branches: refs/heads/4.2 d65c3a70c -> 80dfd0f97
CLOUDSTACK-5185: test_egress_fw_rules - failed the test case if vm deployment failed instead of going on executing rest Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/80dfd0f9 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/80dfd0f9 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/80dfd0f9 Branch: refs/heads/4.2 Commit: 80dfd0f97ec611d8dee63ad74f6f1ecf74647b99 Parents: d65c3a7 Author: Ashutosh K <ashut...@clogeny.com> Authored: Sat Nov 16 14:57:59 2013 +0530 Committer: Girish Shilamkar <gir...@clogeny.com> Committed: Sat Nov 16 15:01:28 2013 +0530 ---------------------------------------------------------------------- test/integration/component/test_egress_fw_rules.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/80dfd0f9/test/integration/component/test_egress_fw_rules.py ---------------------------------------------------------------------- diff --git a/test/integration/component/test_egress_fw_rules.py b/test/integration/component/test_egress_fw_rules.py index 0aed957..56ac366 100644 --- a/test/integration/component/test_egress_fw_rules.py +++ b/test/integration/component/test_egress_fw_rules.py @@ -214,7 +214,7 @@ class TestEgressFWRules(cloudstackTestCase): networkids=[str(self.network.id)], projectid=project.id if project else None) except Exception as e: - self.debug('error=%s' % e) + self.fail("Virtual machine deployment failed with exception: %s" % e) self.debug("Deployed instance in account: %s" % self.account.name) def exec_script_on_user_vm(self, script, exec_cmd_params, expected_result, negative_test=False):