From patchwork Tue Nov 23 01:51:35 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ivan Hu X-Patchwork-Id: 1558333 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: bilbo.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=XrqhN80q; dkim-atps=neutral Authentication-Results: ozlabs.org; spf=none (no SPF record) smtp.mailfrom=lists.ubuntu.com (client-ip=91.189.94.19; helo=huckleberry.canonical.com; envelope-from=fwts-devel-bounces@lists.ubuntu.com; receiver=) Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by bilbo.ozlabs.org (Postfix) with ESMTPS id 4HynF61vK0z9sRR for ; Tue, 23 Nov 2021 12:51:52 +1100 (AEDT) Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com) by huckleberry.canonical.com with esmtp (Exim 4.86_2) (envelope-from ) id 1mpKyI-0005S0-1s; Tue, 23 Nov 2021 01:51:46 +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 1mpKyH-0005Rt-0b for fwts-devel@lists.ubuntu.com; Tue, 23 Nov 2021 01:51:45 +0000 Received: from canonical.com (unknown [175.181.156.197]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp-relay-canonical-1.canonical.com (Postfix) with ESMTPSA id EBEEF41985 for ; Tue, 23 Nov 2021 01:51:43 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=canonical.com; s=20210705; t=1637632304; bh=4DNglfrJ5Ic4NprvwyIi0jNEFp6lOx4toQ2QVI1dUgI=; h=From:To:Subject:Date:Message-Id; b=XrqhN80qU0rxRrgarcl1HVgDgpUioRu4Z/CNce+SWOPY+gYCDUBzxUgcwyE70IlNa w361xYYbo9QEGtrVAO/LWn5/LA4M3wpjWTGvXhN9dK23PqHlbIZ555mf5a7d7e5P3a BQa3AYrwucVkrsuVomWdYzBEa/NQw9YYMrEjz1X5Oj7i1InqAYl4iO9SwBZRIBWAXv n4HsaZtFUUv32Hu399Z+mqMG7pdQa4d2oqDslpiTbpl+GcS/nOjbyhxcUBsswf1qYE ZiKMYYGRBIPTdVHMYl0C0Lw19ZU5T8+saUfo/IufxX0851xrq9dCjys8ADZGZ4w7nC iS0wkRRFnblWQ== From: Ivan Hu To: fwts-devel@lists.ubuntu.com Subject: [PATCH] fwts-test: sync up the adding sleep type for s2idel testing Date: Tue, 23 Nov 2021 09:51:35 +0800 Message-Id: <20211123015135.17171-1-ivan.hu@canonical.com> X-Mailer: git-send-email 2.17.1 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: Ivan Hu Acked-by: Alex Hung --- fwts-test/arg-help-0001/arg-help-0001.log | 3 +++ fwts-test/arg-help-0001/arg-help-0002.log | 3 +++ 2 files changed, 6 insertions(+) diff --git a/fwts-test/arg-help-0001/arg-help-0001.log b/fwts-test/arg-help-0001/arg-help-0001.log index 011c58c7..35c3c51a 100644 --- a/fwts-test/arg-help-0001/arg-help-0001.log +++ b/fwts-test/arg-help-0001/arg-help-0001.log @@ -181,6 +181,9 @@ suspend and wakeup, e.g. --s3-sleep-delay=60 +--s3-sleep-type Set the sleep type + for testing S3 or + s2idle, default S3. --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 011c58c7..35c3c51a 100644 --- a/fwts-test/arg-help-0001/arg-help-0002.log +++ b/fwts-test/arg-help-0001/arg-help-0002.log @@ -181,6 +181,9 @@ suspend and wakeup, e.g. --s3-sleep-delay=60 +--s3-sleep-type Set the sleep type + for testing S3 or + s2idle, default S3. --s3-suspend-time Maximum expected suspend time in seconds, e.g.