From 790fa04f4503dbf60123bf9414db131580f2c45a Mon Sep 17 00:00:00 2001 From: "jose.lausuch" Date: Tue, 26 Apr 2016 13:35:00 +0200 Subject: Move functest_utils and openstack_utils to directory /utils JIRA: FUNCTEST-226 Change-Id: I74d09f6322844b25ab45a02156317ae76ab40d8a Signed-off-by: jose.lausuch --- testcases/Controllers/ODL/CI/odlreport2db.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testcases/Controllers/ODL/CI/odlreport2db.py') 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(): -- cgit 1.2.3-korg