From f33eb597a176c5e90f8fe3c0de610ed7cb964dc6 Mon Sep 17 00:00:00 2001 From: Manuel Buil Date: Wed, 9 May 2018 13:24:06 +0200 Subject: Add more logs to the code It is hard to understand what is going on in the SFC executions Change-Id: I5c9688e68b03c59d6d39290faee8683513a60440 Signed-off-by: Manuel Buil (cherry picked from commit 5f8eb6bf01ca3ef240cfcdee297327b21b33f35a) --- sfc/tests/functest/sfc_symmetric_chain.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sfc/tests/functest/sfc_symmetric_chain.py') diff --git a/sfc/tests/functest/sfc_symmetric_chain.py b/sfc/tests/functest/sfc_symmetric_chain.py index aa30e011..4ee45047 100644 --- a/sfc/tests/functest/sfc_symmetric_chain.py +++ b/sfc/tests/functest/sfc_symmetric_chain.py @@ -57,8 +57,6 @@ def main(): openstack_sfc = os_sfc_utils.OpenStackSFC() - tacker_client = os_sfc_utils.get_tacker_client() - custom_flavor = openstack_sfc.create_flavor( COMMON_CONFIG.flavor, COMMON_CONFIG.ram_size_in_mb, @@ -68,6 +66,8 @@ def main(): logger.error("Failed to create custom flavor") sys.exit(1) + logger.info("Fetching the ssh clients...") + tacker_client = os_sfc_utils.get_tacker_client() controller_clients = test_utils.get_ssh_clients(controller_nodes) compute_clients = test_utils.get_ssh_clients(compute_nodes) -- cgit 1.2.3-korg