From: Hanoh Haim Date: Sun, 15 Jan 2017 17:45:39 +0000 (+0200) Subject: hotfix for get version API - does not work on regression X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=842be705112d70de492df6b4b370ddaaa7b1eff7;p=trex.git hotfix for get version API - does not work on regression Signed-off-by: Hanoh Haim --- diff --git a/scripts/automation/regression/trex_unit_test.py b/scripts/automation/regression/trex_unit_test.py index b47ef94d..1d873f94 100755 --- a/scripts/automation/regression/trex_unit_test.py +++ b/scripts/automation/regression/trex_unit_test.py @@ -242,7 +242,7 @@ class CTRexTestConfiguringPlugin(Plugin): img={} img['sha'] = "v2.14" #TBD img['build_time'] = timestamp.strftime("%Y-%m-%d %H:%M:%S") - img['version'] = CTRexScenario.trex_version + img['version'] = "v2.14" #TBD need to fix img['formal'] = False setup={}