From 5f8eb6bf01ca3ef240cfcdee297327b21b33f35a 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 --- sfc/tests/functest/sfc_two_chains_SSH_and_HTTP.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (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 82f58b7b..a57fa745 100644 --- a/sfc/tests/functest/sfc_two_chains_SSH_and_HTTP.py +++ b/sfc/tests/functest/sfc_two_chains_SSH_and_HTTP.py @@ -87,8 +87,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