summaryrefslogtreecommitdiffstats
path: root/testcases/features
diff options
context:
space:
mode:
Diffstat (limited to 'testcases/features')
-rw-r--r--testcases/features/doctor.py2
-rw-r--r--testcases/features/promise.py4
2 files changed, 3 insertions, 3 deletions
diff --git a/testcases/features/doctor.py b/testcases/features/doctor.py
index 978750b2d..e9ac3df9f 100644
--- a/testcases/features/doctor.py
+++ b/testcases/features/doctor.py
@@ -18,7 +18,7 @@ import logging
import time
import yaml
-import functest_utils
+import functest.utils.functest_utils as functest_utils
with open('/home/opnfv/functest/conf/config_functest.yaml') as f:
functest_yaml = yaml.safe_load(f)
diff --git a/testcases/features/promise.py b/testcases/features/promise.py
index 794841fbf..179ebca55 100644
--- a/testcases/features/promise.py
+++ b/testcases/features/promise.py
@@ -22,8 +22,8 @@ import glanceclient.client as glclient
import novaclient.client as nvclient
from neutronclient.v2_0 import client as ntclient
-import functest_utils
-import openstack_utils
+import functest.utils.functest_utils as functest_utils
+import functest.utils.openstack_utils as openstack_utils
parser = argparse.ArgumentParser()