[Fuego] [PATCH 08/11] Target_PostCleanup: output into run json

Daniel Sangorrin daniel.sangorrin at toshiba.co.jp
Tue Sep 25 06:58:49 UTC 2018


Signed-off-by: Daniel Sangorrin <daniel.sangorrin at toshiba.co.jp>
---
 engine/scripts/parser/common.py | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/engine/scripts/parser/common.py b/engine/scripts/parser/common.py
index b93a874..9b858f1 100644
--- a/engine/scripts/parser/common.py
+++ b/engine/scripts/parser/common.py
@@ -59,7 +59,8 @@ env_list = ['FUEGO_RW', 'FUEGO_RO', 'FUEGO_CORE', 'NODE_NAME', 'TESTDIR',
         'TESTSPEC', 'BUILD_NUMBER', 'BUILD_ID', 'BUILD_TIMESTAMP',
         'TOOLCHAIN', 'FWVER', 'LOGDIR', 'FUEGO_START_TIME', 'Reboot',
         'Rebuild', 'Target_PreCleanup', 'WORKSPACE', 'JOB_NAME',
-        'FUEGO_VERSION', 'FUEGO_CORE_VERSION', 'TESTSUITE_VERSION'
+        'FUEGO_VERSION', 'FUEGO_CORE_VERSION', 'TESTSUITE_VERSION',
+        'Target_PostCleanup'
         ]
 
 # add certain environment variables to this module
@@ -472,7 +473,7 @@ def prepare_run_data(results, criteria_data):
             "reboot":Reboot,
             "rebuild":Rebuild,
             "target_precleanup":Target_PreCleanup,
-            "target_postcleanup":True, #FIXTHIS
+            "target_postcleanup":Target_PostCleanup,
             "workspace":WORKSPACE,
             "attachments":[
                 {
-- 
2.7.4



More information about the Fuego mailing list