summaryrefslogtreecommitdiffstats
path: root/testcases/vIMS/CI/vIMS.py
diff options
context:
space:
mode:
authorboucherv <valentin.boucher@orange.com>2016-02-24 14:33:51 +0100
committerboucherv <valentin.boucher@orange.com>2016-02-24 15:19:34 +0100
commit831ec1cf15cc6b945a86c4885331d51a295004c9 (patch)
tree48ac6b31ecdcf24a6a4bd5f2c7633a934114feff /testcases/vIMS/CI/vIMS.py
parent9de85e7fcd1fa33982fd494d2f7b6e169eef8b91 (diff)
Add jenkins build tag for result api
Ex: jenkins-functest-compass-intel-pod8-daily-master-19 this will bring together all tests passed on the same functest run JIRA: FUNCTEST-140 Change-Id: I3c1cd8137184509ee5fdeeb2df5399d4c71e3f67 Signed-off-by: boucherv <valentin.boucher@orange.com>
Diffstat (limited to 'testcases/vIMS/CI/vIMS.py')
-rw-r--r--testcases/vIMS/CI/vIMS.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/testcases/vIMS/CI/vIMS.py b/testcases/vIMS/CI/vIMS.py
index 1746d38bb..256a0a009 100644
--- a/testcases/vIMS/CI/vIMS.py
+++ b/testcases/vIMS/CI/vIMS.py
@@ -136,12 +136,14 @@ def push_results():
scenario = functest_utils.get_scenario(logger)
pod_name = functest_utils.get_pod_name(logger)
+ build_tag = functest_utils.get_build_tag(logger)
- functest_utils.push_results_to_db(db_url=DB_URL,
+ functest_utils.push_results_to_db(db_url=DB_URL,
project="functest",
case_name="vIMS",
logger=logger, pod_name=pod_name,
version=scenario,
+ build_tag=build_tag,
payload=RESULTS)