aboutsummaryrefslogtreecommitdiffstats
path: root/sfc/tests/functest/sfc_parent_function.py
diff options
context:
space:
mode:
authorPanagiotis Karalis <pkaralis@intracom-telecom.com>2018-05-25 11:53:57 +0300
committerPanagiotis Karalis <pkaralis@intracom-telecom.com>2018-06-01 14:25:07 +0300
commit1ec06237327293d18c494a915faed756188447b0 (patch)
treebc0a3ff2a4461fb41639fb637a9b1affb227d2eb /sfc/tests/functest/sfc_parent_function.py
parentf21e55e683f446596565caba8cf86fa15e048fd0 (diff)
Fix the logging to be compatible with functest
In order to collect logs from SFC test scenarios running through functest framework (mainly for troubleshooting purposes), the logging mechanism has been updated accordingly. JIRA: SFC-125 Change-Id: Ide7c32519afa6ece299d0ac1dcb168609a2e3945 Signed-off-by: Panagiotis Karalis <pkaralis@intracom-telecom.com>
Diffstat (limited to 'sfc/tests/functest/sfc_parent_function.py')
-rw-r--r--sfc/tests/functest/sfc_parent_function.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sfc/tests/functest/sfc_parent_function.py b/sfc/tests/functest/sfc_parent_function.py
index 6161ae67..336d8d42 100644
--- a/sfc/tests/functest/sfc_parent_function.py
+++ b/sfc/tests/functest/sfc_parent_function.py
@@ -223,7 +223,7 @@ class SfcCommonTestCase(object):
:return: Floating IPs for client and server
"""
- logger.info("Assigning floating IPs to client amd server instances")
+ logger.info("Assigning floating IPs to client and server instances")
self.client_floating_ip = openstack_sfc.assign_floating_ip(
self.router, self.client_instance, self.client_creator)