hotfix for get version API - does not work on regression 52/5252/1
authorHanoh Haim <[email protected]>
Sun, 15 Jan 2017 17:45:39 +0000 (19:45 +0200)
committerHanoh Haim <[email protected]>
Sun, 15 Jan 2017 17:45:39 +0000 (19:45 +0200)
Signed-off-by: Hanoh Haim <[email protected]>
scripts/automation/regression/trex_unit_test.py

index b47ef94..1d873f9 100755 (executable)
@@ -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={}