project-ize testAPI
[releng.git] / utils / test / result_collection_api / opnfv_testapi / dashboard / dashboard_utils.py
@@ -42,7 +42,7 @@ def check_dashboard_ready_project(test_project):
     # Check that the first param corresponds to a project
     # for whoch dashboard processing is available
     # print("test_project: %s" % test_project)
-    project_module = 'dashboard.'+test_project + '2Dashboard'
+    project_module = 'opnfv_testapi.dashboard.'+test_project + '2Dashboard'
     return True if project_module in sys.modules else False