From patchwork Sat Mar 29 17:42:17 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Colin Ian King X-Patchwork-Id: 334974 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 2DCF91400B8 for ; Sun, 30 Mar 2014 04:42:28 +1100 (EST) Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com) by huckleberry.canonical.com with esmtp (Exim 4.76) (envelope-from ) id 1WTxGx-0001pA-Pe; Sat, 29 Mar 2014 17:42:23 +0000 Received: from youngberry.canonical.com ([91.189.89.112]) by huckleberry.canonical.com with esmtp (Exim 4.76) (envelope-from ) id 1WTxGr-0001ox-UN for fwts-devel@lists.ubuntu.com; Sat, 29 Mar 2014 17:42:17 +0000 Received: from cpc3-craw6-2-0-cust180.croy.cable.virginm.net ([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 1WTxGr-0004kg-Rs for fwts-devel@lists.ubuntu.com; Sat, 29 Mar 2014 17:42:17 +0000 From: Colin King To: fwts-devel@lists.ubuntu.com Subject: [PATCH] doc: fwts: add --s3-power-sleep-delay option Date: Sat, 29 Mar 2014 17:42:17 +0000 Message-Id: <1396114937-10161-1-git-send-email-colin.king@canonical.com> X-Mailer: git-send-email 1.9.1 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 Add this to the man page, some how it got overlooked. Signed-off-by: Colin Ian King Acked-by: Alex Hung Acked-by: Ivan Hu --- doc/fwts.1 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/fwts.1 b/doc/fwts.1 index 6950975..b048a76 100644 --- a/doc/fwts.1 +++ b/doc/fwts.1 @@ -237,6 +237,9 @@ this then an error is logged. specify the maximum allowed resume time in seconds. If resume takes longer than this then an error is logged. .TP +.B \-\-s3power\-sleep\-delay=N +specify the suspend duration in seconds. The higher the value the more accurate the s3power test result. Durations less than 10 minutes are not recommended. +.TP .B \-\-s4\-delay\-delta=N time to be added onto delay between each S4 iteration. .TP