From 7d01bd9eb84ba3f5c87e971d7faa734f07c9b2da Mon Sep 17 00:00:00 2001 From: Morgan Richomme Date: Thu, 11 Feb 2016 11:29:51 +0100 Subject: Add project in push_to_db function of functests utils to allow external project onboarded in Functest to push their results Change-Id: I3a065e6ce82b1a87bbd07810f13df7d146655933 Signed-off-by: Morgan Richomme (cherry picked from commit 9812bf270c6ef1a5f0582bd8be3c5a3776e73960) --- testcases/vPing/CI/libraries/vPing_userdata.py | 1 + 1 file changed, 1 insertion(+) (limited to 'testcases/vPing/CI/libraries/vPing_userdata.py') diff --git a/testcases/vPing/CI/libraries/vPing_userdata.py b/testcases/vPing/CI/libraries/vPing_userdata.py index c81a1fddb..90562969b 100644 --- a/testcases/vPing/CI/libraries/vPing_userdata.py +++ b/testcases/vPing/CI/libraries/vPing_userdata.py @@ -282,6 +282,7 @@ def push_results(start_time_ts, duration, test_status): scenario = functest_utils.get_scenario(logger) pod_name = functest_utils.get_pod_name(logger) functest_utils.push_results_to_db(TEST_DB, + "functest", "vPing_userdata", logger, pod_name, scenario, payload={'timestart': start_time_ts, -- cgit 1.2.3-korg