From patchwork Thu Oct 25 09:58:17 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: 194096 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 0F9C12C009B for ; Thu, 25 Oct 2012 20:58:29 +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 1TRKCp-00061Q-MU; Thu, 25 Oct 2012 09:58:27 +0000 Received: from youngberry.canonical.com ([91.189.89.112]) by chlorine.canonical.com with esmtp (Exim 4.71) (envelope-from ) id 1TRKCj-0005z9-Qi for fwts-devel@lists.ubuntu.com; Thu, 25 Oct 2012 09:58:21 +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 1TRKCj-0001Qv-Ns for fwts-devel@lists.ubuntu.com; Thu, 25 Oct 2012 09:58:21 +0000 From: Colin King To: fwts-devel@lists.ubuntu.com Subject: [PATCH 3/6] arg-show-tests-0001: update output due to new tests and test classifications Date: Thu, 25 Oct 2012 10:58:17 +0100 Message-Id: <1351159100-23483-4-git-send-email-colin.king@canonical.com> X-Mailer: git-send-email 1.7.10.4 In-Reply-To: <1351159100-23483-1-git-send-email-colin.king@canonical.com> References: <1351159100-23483-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 commit 6e0347e36db729eb4b921f6b5f8571de2e62c797 adds the new uefirttime test and commit dff90f7398d1af494ba018a2f8bfa58f25ed1e34 removes the UNSAFE flag from the test, so this changed the output of fwts, so we need to update this test accordingly. Signed-off-by: Colin Ian King Acked-by: Keng-Yu Lin Acked-by: Ivan Hu --- 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 83acb16..2a9f2a9 100644 --- a/arg-show-tests-0001/arg-show-tests-0001.log +++ b/arg-show-tests-0001/arg-show-tests-0001.log @@ -63,6 +63,7 @@ Utilities: memmapdump Dump system memory map. mpdump Dump MultiProcessor Data. romdump Dump ROM data. + uefidump Dump UEFI variables. Unsafe tests: - uefidump Dump UEFI variables. + uefirttime UEFI Runtime service time interface tests.