You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by gi...@apache.org on 2013/11/16 10:30:42 UTC

git commit: updated refs/heads/4.3 to 249f853

Updated Branches:
  refs/heads/4.3 637fccc07 -> 249f85348


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/249f8534
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/249f8534
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/249f8534

Branch: refs/heads/4.3
Commit: 249f853484f88f59bfeb2ccd114206c1ccd77bb8
Parents: 637fccc
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 15:00:20 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/249f8534/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):