[PATCH][V2] live-image: save various system and firmware data at end of test (LP: #1322543)

Colin King colin.king at canonical.com
Fri May 23 13:29:13 UTC 2014


From: Colin Ian King <colin.king at canonical.com>

run fwts --dump to save various system and firmware related information
for later analysis

Signed-off-by: Colin Ian King <colin.king at canonical.com>
---
 live-image/fwts-frontend-text | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/live-image/fwts-frontend-text b/live-image/fwts-frontend-text
index 2f82749..94af4d0 100755
--- a/live-image/fwts-frontend-text
+++ b/live-image/fwts-frontend-text
@@ -202,6 +202,12 @@ done_tests_finish()
         ln -sf $WORK_DIR/results.html /fwts/results.html
     fi
 
+	#
+	# Dump out firmware and system data, LP: #1322543
+	#
+	cd $WORK_DIR
+	fwts --dump > /dev/null
+
 	dialog  --backtitle "$FWTS" --title "Testing Complete" --yesno \
 "The results can be found on the USB stick in the\n
 the directory: /fwts/$FWTS_DATE/$FWTS_TIME/results.log\n\n
-- 
2.0.0.rc0




More information about the fwts-devel mailing list