aboutsummaryrefslogtreecommitdiffstats
path: root/testcases/Controllers/ODL/CI/odlreport2db.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/Controllers/ODL/CI/odlreport2db.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/Controllers/ODL/CI/odlreport2db.py')
-rw-r--r--testcases/Controllers/ODL/CI/odlreport2db.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/testcases/Controllers/ODL/CI/odlreport2db.py b/testcases/Controllers/ODL/CI/odlreport2db.py
index 47067963a..50731ffe1 100644
--- a/testcases/Controllers/ODL/CI/odlreport2db.py
+++ b/testcases/Controllers/ODL/CI/odlreport2db.py
@@ -122,6 +122,7 @@ def main(argv):
f.close()
database = functest_yaml.get("results").get("test_db_url")
+ build_tag = functest_utils.get_build_tag()
try:
# example:
@@ -135,6 +136,7 @@ def main(argv):
None,
data['pod_name'],
scenario,
+ build_tag,
data)
except:
print("Error pushing results into Database '%s'" % sys.exc_info()[0])