import from absolute path in TestAPI unit
[releng.git] / utils / test / testapi / opnfv_testapi / tests / unit / test_testcase.py
index 62d0fa0..73c4819 100644 (file)
@@ -13,7 +13,7 @@ import unittest
 from opnfv_testapi.common import message
 from opnfv_testapi.resources import project_models
 from opnfv_testapi.resources import testcase_models
-import test_base as base
+from opnfv_testapi.tests.unit import test_base as base
 
 
 class TestCaseBase(base.TestBase):