aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 801a57b2..a32256cf 100644
--- a/sfc/tests/functest/sfc_one_chain_two_service_functions.py
+++ b/sfc/tests/functest/sfc_one_chain_two_service_functions.py
@@ -125,7 +125,7 @@ def main():
client_ip = client_instance.networks.get(TESTCASE_CONFIG.net_name)[0]
logger.info("Client instance received private ip [{}]".format(client_ip))
server_ip = server_instance.networks.get(TESTCASE_CONFIG.net_name)[0]
- logger.info("Server instance received private ip [{}]".format(client_ip))
+ logger.info("Server instance received private ip [{}]".format(server_ip))
tosca_file = os.path.join(COMMON_CONFIG.sfc_test_dir,
COMMON_CONFIG.vnfd_dir,