ACK: [PATCH 2/2] fwts-frontend-text: add an option for ARM SBBR
ivanhu
ivan.hu at canonical.com
Wed May 9 06:56:51 UTC 2018
On 05/04/2018 04:50 PM, Alex Hung wrote:
> Signed-off-by: Alex Hung <alex.hung at canonical.com>
> ---
> live-image/fwts-frontend-text | 7 ++++++-
> 1 file changed, 6 insertions(+), 1 deletion(-)
>
> diff --git a/live-image/fwts-frontend-text b/live-image/fwts-frontend-text
> index 7156f28..3cded0e 100755
> --- a/live-image/fwts-frontend-text
> +++ b/live-image/fwts-frontend-text
> @@ -278,10 +278,11 @@ do
> *)
> dialog --help-button --backtitle "$FWTS" --title "Select Tests" --radiolist \
> "This will run a suite of firmware tests that will check the BIOS and ACPI tables. It can also find issues that can cause Linux problems.\n\nThe default below is to run just all the Batch Tests, but you can select more tests below if required.\n\nPlease select below (using cursor up/down and space) and press enter to continue."\
> - 24 70 7 \
> + 24 70 8 \
> "All" "All Batch Tests" on \
> "ACPI" "ACPI Tests" off \
> "UEFI" "UEFI Tests" off \
> + "SBBR" "ARM SBBR Tests" off \
> "Recommended" "Recommended Tests" off \
> "Recommended for IFV" "Recommended Tests for F/W Vendors" off \
> "Selected" "Select Individual Tests" off \
> @@ -315,6 +316,10 @@ do
> do_test "--uefitests --skip-test=s3,s4" 'Running UEFI Tests'
> done_tests_finish
> ;;
> + 'SBBR')
> + do_test "--sbbr --skip-test=s3,s4" 'Server Base Boot Requirements (SBBR) Tests'
> + done_tests_finish
> + ;;
> 'Recommended')
> case "${UNAME_PLATFORM}" in
> ppc*)
>
Acked-by: Ivan Hu <ivan.hu at canonical.com>
More information about the fwts-devel
mailing list