diff options
author | Morgan Richomme <morgan.richomme@orange.com> | 2016-01-27 10:53:55 +0100 |
---|---|---|
committer | Morgan Richomme <morgan.richomme@orange.com> | 2016-01-27 11:08:08 +0100 |
commit | 7e64960e248facd55a97f136f5e19e85b4eb6744 (patch) | |
tree | aa7a4d2a35ea291fa7640a1911121551194b9e2a /result_collection_api/dashboard | |
parent | 37023a76c4d8a42bd2b1bd11971580c2339e9ddb (diff) |
bad text for vIMS case
Change-Id: Ia75882b6ebf323ac07d06148a2e24122fc79ff57
Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
Diffstat (limited to 'result_collection_api/dashboard')
-rw-r--r-- | result_collection_api/dashboard/functest2Dashboard.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/result_collection_api/dashboard/functest2Dashboard.py b/result_collection_api/dashboard/functest2Dashboard.py index fbe262c..c1d1161 100644 --- a/result_collection_api/dashboard/functest2Dashboard.py +++ b/result_collection_api/dashboard/functest2Dashboard.py @@ -15,7 +15,6 @@ # v0.1: basic example with methods for odl, Tempest, Rally and vPing # - def get_functest_cases(): """ get the list of the supported test cases @@ -89,7 +88,7 @@ def format_vIMS_for_dashboard(results): 'y2': data['details']['vIMS']['duration'], 'y3': data['details']['sig_test']['duration']}) - test_data.append({'name': "Tempest nb tests/nb failures", + test_data.append({'name': "vIMS orchestrator/VNF/test duration", 'info': {'type': "graph", 'xlabel': 'time', 'y1label': 'orchestation deployment duration', |