From 6ac610dd796ac39a211a39e54af95f810c0ff813 Mon Sep 17 00:00:00 2001 From: Manuel Buil Date: Tue, 17 Oct 2017 16:34:26 +0200 Subject: Produce more logs if things fail Apex deployment shows a problem when creating the SFC config in ODL and it is impossible to know what might be going on Change-Id: If8d33d1c60daaf9cd9773a5cb9c7e47f64e1caa9 Signed-off-by: Manuel Buil (cherry picked from commit f19a910411260203ff33d290e7460a296f5786fc) --- sfc/tests/functest/sfc_two_chains_SSH_and_HTTP.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sfc/tests/functest/sfc_two_chains_SSH_and_HTTP.py') diff --git a/sfc/tests/functest/sfc_two_chains_SSH_and_HTTP.py b/sfc/tests/functest/sfc_two_chains_SSH_and_HTTP.py index a06916d2..b1fe49a0 100644 --- a/sfc/tests/functest/sfc_two_chains_SSH_and_HTTP.py +++ b/sfc/tests/functest/sfc_two_chains_SSH_and_HTTP.py @@ -215,6 +215,8 @@ def main(): logger.info("Checking connectivity towards floating IP [%s]" % ip) if not test_utils.ping(ip, retries=50, retry_timeout=3): logger.error("Cannot ping floating IP [%s]" % ip) + os_tacker.get_tacker_items() + test_utils.get_odl_items(odl_ip, odl_port) sys.exit(1) logger.info("Successful ping to floating IP [%s]" % ip) -- cgit 1.2.3-korg