diff options
author | Morgan Richomme <morgan.richomme@orange.com> | 2016-01-08 12:43:37 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2016-01-08 12:43:37 +0000 |
commit | 80fb545219d5bf048aa9e1cc000b88712376d250 (patch) | |
tree | 6905e233400d983d2d32d56687942f147745c5f5 | |
parent | 95bcdcbf6d2e2fb7aa3f0bdb8a1cd56d50db9731 (diff) | |
parent | 2c12a9a2116ea3e7ec2f5ae5d9a63523e56e3a50 (diff) |
Merge "add bottlenecks to test dashboard"
-rw-r--r-- | utils/test/result_collection_api/dashboard/dashboard_utils.py | 6 |
1 files changed, 6 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 06c90acf5..dccfe4f99 100644 --- a/utils/test/result_collection_api/dashboard/dashboard_utils.py +++ b/utils/test/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 |