summaryrefslogtreecommitdiffstats
path: root/tests/ansible_api_test.py
diff options
context:
space:
mode:
authorYujun Zhang <zhang.yujunz@zte.com.cn>2016-11-17 00:50:00 +0000
committerGerrit Code Review <gerrit@opnfv.org>2016-11-17 00:50:01 +0000
commit2bacbf4b78e200f1e427210a05ee758930ab6c79 (patch)
tree9c7eaea4168dd7f2fbda331ffd542938c08f86a5 /tests/ansible_api_test.py
parentad9ee34c16c43cc60326e0ded52c9806794a14c3 (diff)
parent862f1fe7fab4b94242663ab509c3dd91dc592c2c (diff)
Merge "Bugfix: Correct the path in unit test."
Diffstat (limited to 'tests/ansible_api_test.py')
-rw-r--r--tests/ansible_api_test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ansible_api_test.py b/tests/ansible_api_test.py
index a259c422..6b1afb44 100644
--- a/tests/ansible_api_test.py
+++ b/tests/ansible_api_test.py
@@ -6,7 +6,7 @@
# which accompanies this distribution, and is available at
# http://www.apache.org/licenses/LICENSE-2.0
##############################################################################
-from utils.ansible_api import AnsibleApi
+from qtip.utils.ansible_api import AnsibleApi
class TestClass: