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

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


Oops, sent out wrong patch, apologies.

On 23/05/14 14:27, Colin King wrote:
> 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 outi firmware and system data, LP: #1322543x`
> +	#
> +	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
> 




More information about the fwts-devel mailing list