aboutsummaryrefslogtreecommitdiffstats
path: root/tests/functest/odl-sfc/run_tests.py
diff options
context:
space:
mode:
authorGeorge Paraskevopoulos <geopar@intracom-telecom.com>2016-12-13 16:13:42 +0200
committerGeorge Paraskevopoulos <geopar@intracom-telecom.com>2016-12-13 16:13:42 +0200
commit6be4eca2a480d4fdf78d33b879b9807236513fa7 (patch)
treeb29218e1e38d049e1b7fe74664d8e880024f59cf /tests/functest/odl-sfc/run_tests.py
parent8b09f0ad06e5ae941fc497754cc5778fae9018de (diff)
Use SSHUtils from releng
JIRA: SFC-61 Releng is installed as a pip module and their SSHUtils module under "opnfv.utils.SSHUtils" is compatible with ours so we should use the one from releng repo Change-Id: I2f03eaa78b3b1b19c37b38ae77bef8553a076e7b Signed-off-by: George Paraskevopoulos <geopar@intracom-telecom.com>
Diffstat (limited to 'tests/functest/odl-sfc/run_tests.py')
-rw-r--r--tests/functest/odl-sfc/run_tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/functest/odl-sfc/run_tests.py b/tests/functest/odl-sfc/run_tests.py
index 451ce564..654fcaf7 100644
--- a/tests/functest/odl-sfc/run_tests.py
+++ b/tests/functest/odl-sfc/run_tests.py
@@ -19,7 +19,7 @@ import functest.utils.functest_logger as ft_logger
import functest.utils.functest_utils as ft_utils
import yaml
import utils
-import SSHUtils as ssh_utils
+import opnfv.utils.SSHUtils as ssh_utils
parser = argparse.ArgumentParser()