From 5eb684214993b2912437a39b7caa5ec8792cf2ca Mon Sep 17 00:00:00 2001 From: Prasanna Santhanam Date: Mon, 5 Aug 2013 20:16:15 +0530 Subject: [PATCH] Log the API exception for debugging Signed-off-by: Prasanna Santhanam (cherry picked from commit f17e046319508ef9ccfe54095120cc2d4fe32c4a) --- .../component/test_redundant_router_network_rules.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/component/test_redundant_router_network_rules.py b/test/integration/component/test_redundant_router_network_rules.py index 932e17af058..faed3898dff 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(