Updated Branches:
  refs/heads/master 0561daa54 -> f17e04631

Log the API exception for debugging

Signed-off-by: Prasanna Santhanam <[email protected]>


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/f17e0463
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/f17e0463
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/f17e0463

Branch: refs/heads/master
Commit: f17e046319508ef9ccfe54095120cc2d4fe32c4a
Parents: 0561daa
Author: Prasanna Santhanam <[email protected]>
Authored: Mon Aug 5 20:16:15 2013 +0530
Committer: Prasanna Santhanam <[email protected]>
Committed: Mon Aug 5 20:16:15 2013 +0530

----------------------------------------------------------------------
 test/integration/component/test_redundant_router_network_rules.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/f17e0463/test/integration/component/test_redundant_router_network_rules.py
----------------------------------------------------------------------
diff --git a/test/integration/component/test_redundant_router_network_rules.py 
b/test/integration/component/test_redundant_router_network_rules.py
index 932e17a..faed389 100644
--- a/test/integration/component/test_redundant_router_network_rules.py
+++ b/test/integration/component/test_redundant_router_network_rules.py
@@ -1244,7 +1244,7 @@ class 
TestRedundantRouterRulesLifeCycle(cloudstackTestCase):
         try:
             Router.stop(self.apiclient, id=master_router.id)
         except Exception as e:
-            self.fail("Failed to stop master router..")
+            self.fail("Failed to stop master router becaues of %s" % e)
 
         self.debug("Associating public IP for network: %s" % network.name)
         public_ip = PublicIPAddress.create(

Reply via email to