[Fuego] [PATCH 1/4] run.json: add fwver and test_spec information

Daniel Sangorrin daniel.sangorrin at toshiba.co.jp
Tue Apr 25 06:14:44 UTC 2017


Signed-off-by: Daniel Sangorrin <daniel.sangorrin at toshiba.co.jp>
---
 engine/scripts/functions.sh | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/engine/scripts/functions.sh b/engine/scripts/functions.sh
index c7e98bf..070c185 100755
--- a/engine/scripts/functions.sh
+++ b/engine/scripts/functions.sh
@@ -459,6 +459,7 @@ function make_run_file {
     "description": "unknown",
     "device": "$NODE_NAME",
     "duration": $DURATION,
+    "fwver": "$FWVER",
     "files": [
         "devlog.txt",
         "syslog.before.txt",
@@ -477,6 +478,7 @@ function make_run_file {
     "target_precleanup": "$Target_PreCleanup",
     "test_name": "$TESTDIR",
     "testplan": "$TESTPLAN",
+    "test_spec": "$TESTSPEC",
     "timestamp": "$BUILD_TIMESTAMP",
     "workspace": "$WORKSPACE"
 }
-- 
2.7.4




More information about the Fuego mailing list