summaryrefslogtreecommitdiffstats
path: root/sfc/tests/functest/sfc_one_chain_two_service_functions.py
diff options
context:
space:
mode:
authorManuel Buil <mbuil@suse.com>2018-05-09 13:24:06 +0200
committerManuel Buil <mbuil@suse.com>2018-05-09 12:38:06 +0000
commitf33eb597a176c5e90f8fe3c0de610ed7cb964dc6 (patch)
tree685f864e40c4d28c38ca1dbb137bbdfbb7feb197 /sfc/tests/functest/sfc_one_chain_two_service_functions.py
parent059613f1759e2f86d4d3ecda1680105b720d2197 (diff)
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 <mbuil@suse.com> (cherry picked from commit 5f8eb6bf01ca3ef240cfcdee297327b21b33f35a)
Diffstat (limited to 'sfc/tests/functest/sfc_one_chain_two_service_functions.py')
-rw-r--r--sfc/tests/functest/sfc_one_chain_two_service_functions.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sfc/tests/functest/sfc_one_chain_two_service_functions.py b/sfc/tests/functest/sfc_one_chain_two_service_functions.py
index ae70814a..e2f423ef 100644
--- a/sfc/tests/functest/sfc_one_chain_two_service_functions.py
+++ b/sfc/tests/functest/sfc_one_chain_two_service_functions.py
@@ -89,8 +89,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)