From patchwork Wed Jul 3 10:30:15 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Colin Ian King X-Patchwork-Id: 256586 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19]) by ozlabs.org (Postfix) with ESMTP id 54CD02C0090 for ; Wed, 3 Jul 2013 20:30:36 +1000 (EST) Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com) by huckleberry.canonical.com with esmtp (Exim 4.76) (envelope-from ) id 1UuKKZ-0000wj-3t; Wed, 03 Jul 2013 10:30:35 +0000 Received: from youngberry.canonical.com ([91.189.89.112]) by huckleberry.canonical.com with esmtp (Exim 4.76) (envelope-from ) id 1UuKKI-0000ux-AW for fwts-devel@lists.ubuntu.com; Wed, 03 Jul 2013 10:30:18 +0000 Received: from cpc3-craw6-2-0-cust180.croy.cable.virginmedia.com ([77.100.248.181] helo=localhost) by youngberry.canonical.com with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1UuKKI-0003uY-7Q for fwts-devel@lists.ubuntu.com; Wed, 03 Jul 2013 10:30:18 +0000 From: Colin King To: fwts-devel@lists.ubuntu.com Subject: [PATCH 2/3][FWTS-TEST] arg-show-tests-0001: update test to sync with fwts Date: Wed, 3 Jul 2013 11:30:15 +0100 Message-Id: <1372847416-5206-3-git-send-email-colin.king@canonical.com> X-Mailer: git-send-email 1.8.1.2 In-Reply-To: <1372847416-5206-1-git-send-email-colin.king@canonical.com> References: <1372847416-5206-1-git-send-email-colin.king@canonical.com> X-BeenThere: fwts-devel@lists.ubuntu.com X-Mailman-Version: 2.1.14 Precedence: list List-Id: Firmware Test Suite Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: fwts-devel-bounces@lists.ubuntu.com Sender: fwts-devel-bounces@lists.ubuntu.com From: Colin Ian King fwts has added a new test uefivarinfo (commit 2e1338ddf7df09de06c66a9fed5f42f726c863b5) and modified the cpufreq heading (commit 6572c261bef7b823b43af969b23368ec81f8bd02) so update the tests to keep in sync with the changes. Signed-off-by: Colin Ian King Acked-by: Keng-Yu Lin Acked-by: Alex Hung --- arg-show-tests-0001/arg-show-tests-0001.log | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/arg-show-tests-0001/arg-show-tests-0001.log b/arg-show-tests-0001/arg-show-tests-0001.log index fcf95ed..9f28a66 100644 --- a/arg-show-tests-0001/arg-show-tests-0001.log +++ b/arg-show-tests-0001/arg-show-tests-0001.log @@ -7,7 +7,7 @@ Batch tests: bios32 Check BIOS32 Service Directory. bios_info Gather BIOS DMI information. checksum Check ACPI table checksum. - cpufreq CPU frequency scaling tests (takes ~1-2 mins). + cpufreq CPU frequency scaling tests. crs Check PCI host bridge configuration using _CRS. csm Check for UEFI Compatibility Support Module. cstates Check processor C state support. @@ -64,6 +64,7 @@ Utilities: mpdump Dump MultiProcessor Data. romdump Dump ROM data. uefidump Dump UEFI variables. + uefivarinfo UEFI variable info query. Unsafe tests: uefirtmisc UEFI miscellaneous runtime service interface tests.