Updated Branches: refs/heads/master 7791d6307 -> 02c15528c
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/02c15528 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/02c15528 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/02c15528 Branch: refs/heads/master Commit: 02c15528c8ad5a40998cc8d910560ce759c5d039 Parents: 7791d63 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 14:57:59 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/02c15528/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):