diff options
Diffstat (limited to 'utils')
-rw-r--r-- | utils/test/result_collection_api/dashboard/dashboard_utils.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/utils/test/result_collection_api/dashboard/dashboard_utils.py b/utils/test/result_collection_api/dashboard/dashboard_utils.py index dccfe4f99..8d83b006a 100644 --- a/utils/test/result_collection_api/dashboard/dashboard_utils.py +++ b/utils/test/result_collection_api/dashboard/dashboard_utils.py @@ -24,6 +24,8 @@ from vsperf2Dashboard import format_vsperf_for_dashboard, \ check_vsperf_case_exist from bottlenecks2Dashboard import format_bottlenecks_for_dashboard, \ check_bottlenecks_case_exist +from qtip2Dashboard import format_qtip_for_dashboard, \ + check_qtip_case_exist # any project test project wishing to provide dashboard ready values # must include at least 2 methods |