mirror of https://github.com/apache/cloudstack.git
Log the API exception for debugging
Signed-off-by: Prasanna Santhanam <tsp@apache.org>
(cherry picked from commit f17e046319)
This commit is contained in:
parent
f71eff7bfe
commit
5eb6842149
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Reference in New Issue