diff options
author | Morgan Richomme <morgan.richomme@orange.com> | 2016-04-22 11:18:36 +0200 |
---|---|---|
committer | Morgan Richomme <morgan.richomme@orange.com> | 2016-04-22 13:55:19 +0200 |
commit | ade54b8ec63fc674cfd7d7e0a893b7e34f6b44b1 (patch) | |
tree | 6e3cd547ecba1cb1ab3a9d90ad08209291b49cc9 /testcases/Controllers | |
parent | e452376fbc44df9cf0688571e1882498f456f3a4 (diff) |
Affect version field in results for all the testcases
Previously version was scenario
JIRA: FUNCTEST-225
Change-Id: Ia86f83dbe98ad5f9dbced60c46e57f58eccba7e9
Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
Diffstat (limited to 'testcases/Controllers')
-rw-r--r-- | testcases/Controllers/ODL/CI/odlreport2db.py | 2 | ||||
-rw-r--r-- | testcases/Controllers/ONOS/Teston/CI/onosfunctest.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/testcases/Controllers/ODL/CI/odlreport2db.py b/testcases/Controllers/ODL/CI/odlreport2db.py index f236ddcb..983633ad 100644 --- a/testcases/Controllers/ODL/CI/odlreport2db.py +++ b/testcases/Controllers/ODL/CI/odlreport2db.py @@ -129,7 +129,7 @@ def main(argv): # -i fuel # -p opnfv-jump-2 # -s os-odl_l2-ha - version = scenario + version = functest_utils.get_version() # success criteria for ODL = 100% of tests OK status = "failed" diff --git a/testcases/Controllers/ONOS/Teston/CI/onosfunctest.py b/testcases/Controllers/ONOS/Teston/CI/onosfunctest.py index d36cf5ed..8186e7da 100644 --- a/testcases/Controllers/ONOS/Teston/CI/onosfunctest.py +++ b/testcases/Controllers/ONOS/Teston/CI/onosfunctest.py @@ -189,7 +189,7 @@ def main(): logger.debug("Push result into DB") # TODO check path result for the file scenario = functest_utils.get_scenario(logger) - version = scenario + version = functest_utils.get_version(logger) result = GetResult() # ONOS success criteria = all tests OK |