summaryrefslogtreecommitdiffstats
path: root/testcases/vIMS
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/vIMS
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/vIMS')
-rw-r--r--testcases/vIMS/CI/vIMS.py6
1 files changed, 4 insertions, 2 deletions
diff --git a/testcases/vIMS/CI/vIMS.py b/testcases/vIMS/CI/vIMS.py
index 6f99d5930..19aa0271f 100644
--- a/testcases/vIMS/CI/vIMS.py
+++ b/testcases/vIMS/CI/vIMS.py
@@ -28,10 +28,12 @@ import novaclient.client as nvclient
from neutronclient.v2_0 import client as ntclient
import clearwater
-import functest_utils
-import openstack_utils
import orchestrator
+import functest.utils.functest_utils as functest_utils
+import functest.utils.openstack_utils as openstack_utils
+
+
pp = pprint.PrettyPrinter(indent=4)