summaryrefslogtreecommitdiffstats
path: root/utils/test/result_collection_api/dashboard/functest2Dashboard.py
diff options
context:
space:
mode:
Diffstat (limited to 'utils/test/result_collection_api/dashboard/functest2Dashboard.py')
-rw-r--r--utils/test/result_collection_api/dashboard/functest2Dashboard.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/utils/test/result_collection_api/dashboard/functest2Dashboard.py b/utils/test/result_collection_api/dashboard/functest2Dashboard.py
index bfb7c8729..3e7eefe7e 100644
--- a/utils/test/result_collection_api/dashboard/functest2Dashboard.py
+++ b/utils/test/result_collection_api/dashboard/functest2Dashboard.py
@@ -63,10 +63,10 @@ def format_status_for_dashboard(results):
# TODO to be done and discussed
testcases = get_functest_cases()
test_data.append({'nb test suite(s) run': len(testcases)-1})
- # test_data.append({'nb test suite(s) failed':1})
- # test_data.append({'test suite run': ['vPing', 'tempest', 'vIMS' ]})
- # test_data.append({'average Openstack Tempest failure rate (%)': 10})
- # test_data.append({'average odl failure rate (%)': 10})
+ test_data.append({'vPing': '100%'})
+ test_data.append({'VIM status': '82%'})
+ test_data.append({'SDN Controllers': {'odl':'92%', 'onos':'95%', 'opencontrail':'93%'}})
+ test_data.append({'VNF deployment': '95%'})
return test_data