From ade54b8ec63fc674cfd7d7e0a893b7e34f6b44b1 Mon Sep 17 00:00:00 2001 From: Morgan Richomme Date: Fri, 22 Apr 2016 11:18:36 +0200 Subject: Affect version field in results for all the testcases Previously version was scenario JIRA: FUNCTEST-225 Change-Id: Ia86f83dbe98ad5f9dbced60c46e57f58eccba7e9 Signed-off-by: Morgan Richomme --- testcases/features/doctor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testcases/features/doctor.py') diff --git a/testcases/features/doctor.py b/testcases/features/doctor.py index 9ca6bf618..978750b2d 100644 --- a/testcases/features/doctor.py +++ b/testcases/features/doctor.py @@ -60,7 +60,7 @@ def main(): } pod_name = functest_utils.get_pod_name(logger) scenario = functest_utils.get_scenario(logger) - version = scenario + version = functest_utils.get_version(logger) build_tag = functest_utils.get_build_tag(logger) status = "failed" -- cgit 1.2.3-korg