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

Alex Hung alex.hung at canonical.com
Wed May 28 03:23:01 UTC 2014


On 05/23/2014 09:29 PM, 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 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
>


Acked-by: Alex Hung <alex.hung at canonical.com>



More information about the fwts-devel mailing list