summaryrefslogtreecommitdiffstats
path: root/testcases/features/promise.py
diff options
context:
space:
mode:
authorjose.lausuch <jose.lausuch@ericsson.com>2016-04-26 13:35:00 +0200
committerjose.lausuch <jose.lausuch@ericsson.com>2016-04-26 13:35:00 +0200
commit790fa04f4503dbf60123bf9414db131580f2c45a (patch)
treee595259fd9e7845056b4da12ea1b21cd31fe2687 /testcases/features/promise.py
parentdb6a725bef90373462a0a69ffe527b61f7a5eaee (diff)
Move functest_utils and openstack_utils to directory /utils
JIRA: FUNCTEST-226 Change-Id: I74d09f6322844b25ab45a02156317ae76ab40d8a Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
Diffstat (limited to 'testcases/features/promise.py')
-rw-r--r--testcases/features/promise.py4
1 files changed, 2 insertions, 2 deletions
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()