From patchwork Mon Sep 26 07:14:18 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ivan Hu X-Patchwork-Id: 1682379 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@legolas.ozlabs.org Authentication-Results: legolas.ozlabs.org; spf=pass (sender SPF authorized) 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: legolas.ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=canonical.com header.i=@canonical.com header.a=rsa-sha256 header.s=20210705 header.b=bSzv/UQj; dkim-atps=neutral Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19]) (using TLSv1.2 with cipher ECDHE-ECDSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by legolas.ozlabs.org (Postfix) with ESMTPS id 4MbYsz3TbKz1yq7 for ; Mon, 26 Sep 2022 17:14:47 +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 1ociK9-0003WT-QV; Mon, 26 Sep 2022 07:14:41 +0000 Received: from smtp-relay-canonical-1.internal ([10.131.114.174] helo=smtp-relay-canonical-1.canonical.com) by huckleberry.canonical.com with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.86_2) (envelope-from ) id 1ociK8-0003WJ-GG for fwts-devel@lists.ubuntu.com; Mon, 26 Sep 2022 07:14:40 +0000 Received: from canonical.com (123-204-5-118.dynamic.seed.net.tw [123.204.5.118]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by smtp-relay-canonical-1.canonical.com (Postfix) with ESMTPSA id 617463F5AA for ; Mon, 26 Sep 2022 07:14:39 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=canonical.com; s=20210705; t=1664176480; bh=8UbIumJCwuTNFuYFSTlHoJ1/JJqgibrAlh1SgB5CbwM=; h=From:To:Subject:Date:Message-Id:In-Reply-To:References: MIME-Version; b=bSzv/UQjfmhrj8VLLvW9AHTjWKqt4Kd0hje9TF1LQwllTShkvZDqrYZ/MgIX9J4gu c4F5SVF2+uVMqEK/+9eOxqFlR6o6ardvNurqzHQj8c2p7mB4afcBO8XSHnQy0rS/wB rH5tg4Wofjzgg8Ru2nDRsW6ny62cuywN1YV3JEoTa6+XiWZSK0yyXL20rBORwlwn3V eNZngO+Rj9X5q86rH0o8HbDzGdJTh5jICSG4vXLIez+2tvC6y6n72Q4IOa9zCSplVl xfDL3qTv27OfGPkt0uJEaj8VpXOjEwyIk4WQJqXbrxU5BrG6wnv+qqVh8EPdvlX7w2 zQjM/jotl1FMQ== From: Ivan Hu To: fwts-devel@lists.ubuntu.com Subject: [PATCH 2/2] fwts-test: sync up with the default s3 sleep type description change Date: Mon, 26 Sep 2022 15:14:18 +0800 Message-Id: <20220926071418.47199-2-ivan.hu@canonical.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20220926071418.47199-1-ivan.hu@canonical.com> References: <20220926071418.47199-1-ivan.hu@canonical.com> MIME-Version: 1.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: , Errors-To: fwts-devel-bounces@lists.ubuntu.com Sender: "fwts-devel" Signed-off-by: Ivan Hu --- fwts-test/arg-help-0001/arg-help-0001.log | 2 +- fwts-test/arg-help-0001/arg-help-0002.log | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/fwts-test/arg-help-0001/arg-help-0001.log b/fwts-test/arg-help-0001/arg-help-0001.log index 8e52e77d..5ecca0b0 100644 --- a/fwts-test/arg-help-0001/arg-help-0001.log +++ b/fwts-test/arg-help-0001/arg-help-0001.log @@ -183,7 +183,7 @@ --s3-sleep-delay=60 --s3-sleep-type Set the sleep type for testing S3 or - s2idle, default S3. + s2idle. --s3-suspend-time Maximum expected suspend time in seconds, e.g. diff --git a/fwts-test/arg-help-0001/arg-help-0002.log b/fwts-test/arg-help-0001/arg-help-0002.log index 8e52e77d..5ecca0b0 100644 --- a/fwts-test/arg-help-0001/arg-help-0002.log +++ b/fwts-test/arg-help-0001/arg-help-0002.log @@ -183,7 +183,7 @@ --s3-sleep-delay=60 --s3-sleep-type Set the sleep type for testing S3 or - s2idle, default S3. + s2idle. --s3-suspend-time Maximum expected suspend time in seconds, e.g.