summaryrefslogtreecommitdiffstats
path: root/sfc/tests/functest/run_tests.py
diff options
context:
space:
mode:
Diffstat (limited to 'sfc/tests/functest/run_tests.py')
-rw-r--r--sfc/tests/functest/run_tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sfc/tests/functest/run_tests.py b/sfc/tests/functest/run_tests.py
index 809f895a..d0ed35f4 100644
--- a/sfc/tests/functest/run_tests.py
+++ b/sfc/tests/functest/run_tests.py
@@ -19,8 +19,8 @@ import functest.utils.functest_logger as ft_logger
import functest.utils.functest_utils as ft_utils
import opnfv.utils.ovs_logger as ovs_log
import opnfv.utils.SSHUtils as ssh_utils
-import sfc.lib.utils as utils
import sfc.lib.config as sfc_config
+import sfc.lib.utils as utils
parser = argparse.ArgumentParser()