summaryrefslogtreecommitdiffstats
path: root/result_collection_api
diff options
context:
space:
mode:
authorMorgan Richomme <morgan.richomme@orange.com>2016-01-27 10:08:58 +0000
committerGerrit Code Review <gerrit@172.30.200.206>2016-01-27 10:08:58 +0000
commita5bc7aa58e67028e9b261af8757212f9b599137a (patch)
treede5aaa9e629f49f471abd38234d4093002c43148 /result_collection_api
parent633ffc3fc32cf4e640f4c9d134f7b5ac4b04e602 (diff)
parent7e64960e248facd55a97f136f5e19e85b4eb6744 (diff)
Merge "bad text for vIMS case"
Diffstat (limited to 'result_collection_api')
-rw-r--r--result_collection_api/dashboard/functest2Dashboard.py3
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',