From 24106af0bc806b68c2f7b2901638127d9249b8d0 Mon Sep 17 00:00:00 2001 From: Periyasamy Palanisamy Date: Thu, 31 May 2018 16:59:54 +0200 Subject: Fix the logging to be compatible with functest Change-Id: I62b432497175e79bcf2cd241be54d8a7f5db2799 Signed-off-by: Periyasamy Palanisamy (cherry picked from commit e08e7c43c85fa04dc78a1fcf8a11ab877a78dfb9) --- sdnvpn/test/functest/run_tempest.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sdnvpn/test/functest/run_tempest.py') diff --git a/sdnvpn/test/functest/run_tempest.py b/sdnvpn/test/functest/run_tempest.py index e27fce4..efe5c1d 100644 --- a/sdnvpn/test/functest/run_tempest.py +++ b/sdnvpn/test/functest/run_tempest.py @@ -9,14 +9,14 @@ # # import ConfigParser +import logging import os import re import shutil import functest.opnfv_tests.openstack.tempest.conf_utils as tempest_utils -from sdnvpn.lib import logutil -logger = logutil.getLogger('sdnvpn-tempest') +logger = logging.getLogger('sdnvpn-tempest') def main(): -- cgit 1.2.3-korg