Merge "[compass] create verify job as multi-jobs"
authorJun Li <matthew.lijun@huawei.com>
Thu, 28 Jan 2016 01:23:35 +0000 (01:23 +0000)
committerGerrit Code Review <gerrit@172.30.200.206>
Thu, 28 Jan 2016 01:23:35 +0000 (01:23 +0000)
utils/test/result_collection_api/dashboard/functest2Dashboard.py

index fbe262c..c1d1161 100644 (file)
@@ -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',