You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by wi...@apache.org on 2013/11/20 15:51:01 UTC

[31/50] [abbrv] git commit: updated refs/heads/disk-cache to 6f3e4d3

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/disk-cache
Commit: 02c15528c8ad5a40998cc8d910560ce759c5d039
Parents: 7791d63
Author: Ashutosh K <as...@clogeny.com>
Authored: Sat Nov 16 14:57:59 2013 +0530
Committer: Girish Shilamkar <gi...@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):