From patchwork Mon Dec 17 10:57:11 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Colin Ian King X-Patchwork-Id: 206819 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from chlorine.canonical.com (chlorine.canonical.com [91.189.94.204]) by ozlabs.org (Postfix) with ESMTP id 6B7232C0089 for ; Mon, 17 Dec 2012 21:57:37 +1100 (EST) Received: from localhost ([127.0.0.1] helo=chlorine.canonical.com) by chlorine.canonical.com with esmtp (Exim 4.71) (envelope-from ) id 1TkYO8-00080e-9F; Mon, 17 Dec 2012 10:57:36 +0000 Received: from youngberry.canonical.com ([91.189.89.112]) by chlorine.canonical.com with esmtp (Exim 4.71) (envelope-from ) id 1TkYNr-0007zJ-NM for fwts-devel@lists.ubuntu.com; Mon, 17 Dec 2012 10:57:19 +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 1TkYNr-0005WF-KS for fwts-devel@lists.ubuntu.com; Mon, 17 Dec 2012 10:57:19 +0000 From: Colin King To: fwts-devel@lists.ubuntu.com Subject: [PATCH 4/9][FWTS-TEST] arg-show-tests-0001: keep in sync with tests in fwts Date: Mon, 17 Dec 2012 10:57:11 +0000 Message-Id: <1355741836-31729-5-git-send-email-colin.king@canonical.com> X-Mailer: git-send-email 1.8.0 In-Reply-To: <1355741836-31729-1-git-send-email-colin.king@canonical.com> References: <1355741836-31729-1-git-send-email-colin.king@canonical.com> X-BeenThere: fwts-devel@lists.ubuntu.com X-Mailman-Version: 2.1.13 Precedence: list List-Id: Firmware Test Suite Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: fwts-devel-bounces@lists.ubuntu.com Errors-To: fwts-devel-bounces@lists.ubuntu.com From: Colin Ian King fwts has reclassified the cpufreq and dmar tests as well as added a uefirtvariable test, so update this tests to reflect these changes Signed-off-by: Colin Ian King Acked-by: Keng-Yu Lin Acked-by: Ivan Hu --- arg-show-tests-0001/arg-show-tests-0001.log | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/arg-show-tests-0001/arg-show-tests-0001.log b/arg-show-tests-0001/arg-show-tests-0001.log index 133c69f..5be9322 100644 --- a/arg-show-tests-0001/arg-show-tests-0001.log +++ b/arg-show-tests-0001/arg-show-tests-0001.log @@ -7,10 +7,11 @@ 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). crs Check PCI host bridge configuration using _CRS. csm Check for UEFI Compatibility Support Module. cstates Check processor C state support. - dmesg_common General dmesg common errors check. + dmar Check sane DMA Remapping (VT-d). dmi_decode Test DMI/SMBIOS tables for errors. ebda Validate EBDA region is mapped and reserved in memory map table. fadt FADT SCI_EN enabled check. @@ -48,10 +49,6 @@ Interactive tests: lid Interactive lid button test. power_button Interactive power_button button test. -Batch Experimental tests: - cpufreq CPU frequency scaling tests (takes ~1-2 mins). - dmar Check sane DMA Remapping (VT-d). - Power States tests: s3 S3 suspend/resume test. s3power S3 power loss during suspend test (takes minimum of 10 minutes to run). @@ -68,3 +65,4 @@ Utilities: Unsafe tests: uefirttime UEFI Runtime service time interface tests. + uefirtvariabl UEFI Runtime service variable interface tests.