diff options
Diffstat (limited to 'testcases/Controllers/ODL/CI/odlreport2db.py')
-rw-r--r-- | testcases/Controllers/ODL/CI/odlreport2db.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testcases/Controllers/ODL/CI/odlreport2db.py b/testcases/Controllers/ODL/CI/odlreport2db.py index 983633ad..9a87deac 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(): |