From 430bb728a4ab0f9a037a2157a9ff00a00ad0ac72 Mon Sep 17 00:00:00 2001 From: Martin Klozik Date: Thu, 24 Aug 2017 13:52:34 +0100 Subject: opnfvresultdb: Add mapping for VPP TCs Patch adds testcase mapping among native VSPERF VPP TCs and appropriate TC names defined in results DB. JIRA: VSPERF-488 Change-Id: I5c4a50587a354a741c738d255105726943a701f5 Signed-off-by: Martin Klozik Reviewed-by: Mars Toktonaliev Reviewed-by: Morgan Richomme Reviewed-by: Al Morton Reviewed-by: Christian Trautman Reviewed-by: Sridhar Rao Reviewed-by: Trevor Cooper --- vsperf | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'vsperf') diff --git a/vsperf b/vsperf index f4bc63b8..36c12df9 100755 --- a/vsperf +++ b/vsperf @@ -707,15 +707,12 @@ def main(): opnfv_url = settings.getValue('OPNFV_URL') pkg_list = settings.getValue('PACKAGE_LIST') - int_data = {'vanilla': False, - 'pod': pod_name, + int_data = {'pod': pod_name, 'criteria': "PASS", 'build_tag': get_build_tag(), 'installer': installer_name, 'pkg_list': pkg_list, 'db_url': opnfv_url} - if str(settings.getValue('VSWITCH')).endswith('Vanilla'): - int_data['vanilla'] = True opnfvdashboard.results2opnfv_dashboard(results_path, int_data) # cleanup before exit -- cgit 1.2.3-korg