From df1724a8b59bbebb31845e97018eaea9f4adcaa3 Mon Sep 17 00:00:00 2001 From: Morgan Richomme Date: Thu, 16 Jun 2016 14:45:44 +0200 Subject: Align test names in BD and testcase.yaml declaration JIRA: FUNCTEST-304 Change-Id: I642101d88716ac634e07b66136cfdcac0c482500 Signed-off-by: Morgan Richomme --- dashboard/js/opnfv_dashboard_tests_conf.js | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'dashboard') diff --git a/dashboard/js/opnfv_dashboard_tests_conf.js b/dashboard/js/opnfv_dashboard_tests_conf.js index 6e230d8..870357c 100644 --- a/dashboard/js/opnfv_dashboard_tests_conf.js +++ b/dashboard/js/opnfv_dashboard_tests_conf.js @@ -31,21 +31,21 @@ opnfv_dashboard_installers_scenarios['joid']= var opnfv_dashboard_testcases = { 'VIM': { - 'Tempest': ['Tempest duration', + 'vping_ssh': ['vPing duration'], + 'vping_userdata': ['vPing_userdata duration'], + 'tempest': ['Tempest duration', 'Tempest nb tests/nb failures'], - 'vPing': ['vPing duration'], - 'vPing_userdata': ['vPing_userdata duration'], - 'Rally': ['rally duration'] + 'rally_sanity': ['rally duration'] }, 'Controller': { - 'ODL': ['ODL nb tests/nb failures'], - 'ONOS': ['ONOS FUNCvirNet duration ', + 'odl': ['ODL nb tests/nb failures'], + 'onos': ['ONOS FUNCvirNet duration ', 'ONOS FUNCvirNet nb tests/nb failures', 'ONOS FUNCvirNetL3 duration', 'ONOS FUNCvirNetL3 nb tests/nb failures'] }, 'Features': { - 'vIMS': ['vIMS nb tests passed/failed/skipped', + 'vims': ['vIMS nb tests passed/failed/skipped', 'vIMS orchestrator/VNF/test duration'], 'promise': ['Promise duration ', 'Promise nb tests/nb failures'], -- cgit 1.2.3-korg