diff options
author | Morgan Richomme <morgan.richomme@orange.com> | 2016-02-26 16:00:11 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2016-02-26 16:00:11 +0000 |
commit | 3f23d0c783fa0016f9aed8cd610261fdf929eba5 (patch) | |
tree | 5c147d6090591e2d7f34686cf180ca5fe271eeed /testcases/Controllers/ONOS/Teston/CI/onosfunctest.py | |
parent | c5e191cabe0a8215ed3975fb5c06c1cb15fdb158 (diff) | |
parent | 831ec1cf15cc6b945a86c4885331d51a295004c9 (diff) |
Merge "Add jenkins build tag for result api"
Diffstat (limited to 'testcases/Controllers/ONOS/Teston/CI/onosfunctest.py')
-rw-r--r-- | testcases/Controllers/ONOS/Teston/CI/onosfunctest.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/testcases/Controllers/ONOS/Teston/CI/onosfunctest.py b/testcases/Controllers/ONOS/Teston/CI/onosfunctest.py index dc45088b3..563fa5082 100644 --- a/testcases/Controllers/ONOS/Teston/CI/onosfunctest.py +++ b/testcases/Controllers/ONOS/Teston/CI/onosfunctest.py @@ -180,12 +180,13 @@ def main(): # TODO check path result for the file scenario = functest_utils.get_scenario(logger) pod_name = functest_utils.get_pod_name(logger) + build_tag = functest_utils.get_build_tag(logger) result = GetResult() functest_utils.push_results_to_db(TEST_DB, "functest", "ONOS", logger, pod_name, scenario, - payload=result) + build_tag, payload=result) except: logger.error("Error pushing results into Database") |