summaryrefslogtreecommitdiffstats
path: root/result_collection_api
diff options
context:
space:
mode:
authorMorgan Richomme <morgan.richomme@orange.com>2016-01-08 09:15:07 +0100
committerFatih Degirmenci <fatih.degirmenci@ericsson.com>2016-01-08 11:52:09 +0000
commit69f7ea67825c99b71ad1854f59dd56bfd437d87b (patch)
tree065f70c9d1c4e427d33c9abed64c7f1255f206af /result_collection_api
parent1e8773be5998ca179a85cb7b2075c3866261c66f (diff)
add bottlenecks to test dashboard
Change-Id: I476c8b65fd319528b28847d45de305f885be14c1 Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
Diffstat (limited to 'result_collection_api')
-rw-r--r--result_collection_api/dashboard/dashboard_utils.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/result_collection_api/dashboard/dashboard_utils.py b/result_collection_api/dashboard/dashboard_utils.py
index 06c90ac..dccfe4f 100644
--- a/result_collection_api/dashboard/dashboard_utils.py
+++ b/result_collection_api/dashboard/dashboard_utils.py
@@ -18,6 +18,12 @@ import os
import re
from functest2Dashboard import format_functest_for_dashboard, \
check_functest_case_exist
+from yardstick2Dashboard import format_yardstick_for_dashboard, \
+ check_yardstick_case_exist
+from vsperf2Dashboard import format_vsperf_for_dashboard, \
+ check_vsperf_case_exist
+from bottlenecks2Dashboard import format_bottlenecks_for_dashboard, \
+ check_bottlenecks_case_exist
# any project test project wishing to provide dashboard ready values
# must include at least 2 methods