diff options
author | Morgan Richomme <morgan.richomme@orange.com> | 2016-01-27 10:08:58 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2016-01-27 10:08:58 +0000 |
commit | c2971fc7c30a3aa6c0884f6eee6e9eab797c5a9a (patch) | |
tree | c6358ba02afde43a7b713ba3810e0fe01272baa0 /utils | |
parent | b4017db6b64a2c21237e2f59289af1f9171d5f50 (diff) | |
parent | 5915d16f45b31f30359e47ebca1d9155d042edbe (diff) |
Merge "bad text for vIMS case"
Diffstat (limited to 'utils')
-rw-r--r-- | utils/test/result_collection_api/dashboard/functest2Dashboard.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/utils/test/result_collection_api/dashboard/functest2Dashboard.py b/utils/test/result_collection_api/dashboard/functest2Dashboard.py index fbe262c53..c1d116112 100644 --- a/utils/test/result_collection_api/dashboard/functest2Dashboard.py +++ b/utils/test/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', |