diff options
author | Morgan Richomme <morgan.richomme@orange.com> | 2016-02-11 11:29:51 +0100 |
---|---|---|
committer | Morgan Richomme <morgan.richomme@orange.com> | 2016-02-11 11:29:51 +0100 |
commit | 9812bf270c6ef1a5f0582bd8be3c5a3776e73960 (patch) | |
tree | 6e4f0e19b9d27824e24664e233d736de5f1ba891 /testcases/vPing/CI/libraries/vPing_ssh.py | |
parent | afb5fec1f1ca48a53425ebfd0781b5aaaee6f3cc (diff) |
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 <morgan.richomme@orange.com>
Diffstat (limited to 'testcases/vPing/CI/libraries/vPing_ssh.py')
-rw-r--r-- | testcases/vPing/CI/libraries/vPing_ssh.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testcases/vPing/CI/libraries/vPing_ssh.py b/testcases/vPing/CI/libraries/vPing_ssh.py index d8b50f7e9..3050aad57 100644 --- a/testcases/vPing/CI/libraries/vPing_ssh.py +++ b/testcases/vPing/CI/libraries/vPing_ssh.py @@ -294,6 +294,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", logger, pod_name, scenario, payload={'timestart': start_time_ts, |