From patchwork Fri Apr 13 22:16:42 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alex Hung X-Patchwork-Id: 898118 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=lists.ubuntu.com (client-ip=91.189.94.19; helo=huckleberry.canonical.com; envelope-from=fwts-devel-bounces@lists.ubuntu.com; receiver=) Authentication-Results: ozlabs.org; dmarc=fail (p=none dis=none) header.from=canonical.com Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19]) by ozlabs.org (Postfix) with ESMTP id 40NBvj6VwSz9s0q; Sat, 14 Apr 2018 08:16:49 +1000 (AEST) Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com) by huckleberry.canonical.com with esmtp (Exim 4.86_2) (envelope-from ) id 1f76zv-00036I-Ve; Fri, 13 Apr 2018 22:16:47 +0000 Received: from youngberry.canonical.com ([91.189.89.112]) by huckleberry.canonical.com with esmtps (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:128) (Exim 4.86_2) (envelope-from ) id 1f76zt-000366-VI for fwts-devel@lists.ubuntu.com; Fri, 13 Apr 2018 22:16:45 +0000 Received: from 2.general.alexhung.us.vpn ([10.172.65.255] helo=canonical.com) by youngberry.canonical.com with esmtpsa (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.76) (envelope-from ) id 1f76zt-0004RT-Ej; Fri, 13 Apr 2018 22:16:45 +0000 From: Alex Hung To: fwts-devel@lists.ubuntu.com Subject: [PATCH] doc: adding acpitests, uefitests and sbbr options to man page Date: Fri, 13 Apr 2018 15:16:42 -0700 Message-Id: <20180413221642.18291-1-alex.hung@canonical.com> X-Mailer: git-send-email 2.17.0 X-BeenThere: fwts-devel@lists.ubuntu.com X-Mailman-Version: 2.1.20 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" Signed-off-by: Alex Hung Acked-by: Colin Ian King Acked-by: Ivan Hu --- doc/fwts.1 | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/doc/fwts.1 b/doc/fwts.1 index 001849d7..684cc10b 100644 --- a/doc/fwts.1 +++ b/doc/fwts.1 @@ -76,6 +76,9 @@ for fwts developers to help track down any ACPICA interfacing issues with fwts. run only those tests that specifically check for compliance with the ACPI specifications. This may be a subset of the ACPI tests. .TP +.B \-\-acpitests +run all general ACPI tests. +.TP .B \-a, \-\-all run all the tests. .TP @@ -125,6 +128,9 @@ specifies the number of times to set a variable in the uefirtvariable set variab .B \-\-uefi\-query\-var\-multiple specifies the number of times to query a variable in the uefirtvariable query variable stress test. .TP +.B \-\-uefitests +run all general UEFI tests. +.TP .B \-\-filter\-error\-discard specifies the errors that one wants to silently ignore. One supplies a comma sperated list of fwts error message labels that one wants fwts to not report as errors. fwts will @@ -306,6 +312,9 @@ sleep N seconds from the start of the hibernate to the wakeup time. Note that th time MUST be longer than the time it takes to hibernate the machine otherwise the wakeup timer will fire during the hibernate state. The default is currently 90 seconds. .TP +.B \-\-sbbr +run ARM SBBR tests +.TP .B \-p, \-\-show\-progress show the progress of the tests being run. Each test will identified as it is being run. For long tests, a percentage of completion time will be displayed. As of fwts