Code Review
/
trex.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
420216e
)
hotfix for get version API - does not work on regression
52/5252/1
author
Hanoh Haim
<
[email protected]
>
Sun, 15 Jan 2017 17:45:39 +0000
(19:45 +0200)
committer
Hanoh 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
patch
|
blob
|
history
diff --git
a/scripts/automation/regression/trex_unit_test.py
b/scripts/automation/regression/trex_unit_test.py
index
b47ef94
..
1d873f9
100755
(executable)
--- 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={}