summaryrefslogtreecommitdiffstats
path: root/testcases/Controllers/ODL/CI/odlreport2db.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/Controllers/ODL/CI/odlreport2db.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/Controllers/ODL/CI/odlreport2db.py')
-rw-r--r--testcases/Controllers/ODL/CI/odlreport2db.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/testcases/Controllers/ODL/CI/odlreport2db.py b/testcases/Controllers/ODL/CI/odlreport2db.py
index 983633ad8..9a87deac0 100644
--- a/testcases/Controllers/ODL/CI/odlreport2db.py
+++ b/testcases/Controllers/ODL/CI/odlreport2db.py
@@ -27,7 +27,7 @@ import sys
import xmltodict
import yaml
-import functest_utils
+import functest.utils.functest_utils as functest_utils
def usage():