diff options
author | George Paraskevopoulos <geopar@intracom-telecom.com> | 2016-12-13 16:13:42 +0200 |
---|---|---|
committer | George Paraskevopoulos <geopar@intracom-telecom.com> | 2016-12-13 16:13:42 +0200 |
commit | 6be4eca2a480d4fdf78d33b879b9807236513fa7 (patch) | |
tree | b29218e1e38d049e1b7fe74664d8e880024f59cf /tests/functest/odl-sfc/utils.py | |
parent | 8b09f0ad06e5ae941fc497754cc5778fae9018de (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/utils.py')
-rw-r--r-- | tests/functest/odl-sfc/utils.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/functest/odl-sfc/utils.py b/tests/functest/odl-sfc/utils.py index de23b812..ac95da84 100644 --- a/tests/functest/odl-sfc/utils.py +++ b/tests/functest/odl-sfc/utils.py @@ -6,7 +6,7 @@ import functest.utils.functest_utils as ft_utils import functest.utils.openstack_utils as os_utils import re import json -import SSHUtils as ssh_utils +import opnfv.utils.SSHUtils as ssh_utils import functools |