From patchwork Tue Aug 22 09:50:30 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ivan Hu X-Patchwork-Id: 1824051 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@legolas.ozlabs.org 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=qeuXQ5d7; dkim-atps=neutral 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=patchwork.ozlabs.org) 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 4RVPjf03Gnz1ybW for ; Tue, 22 Aug 2023 19:50:44 +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 1qYO21-0003El-Cd; Tue, 22 Aug 2023 09:50:37 +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 1qYO1z-0003Ee-2l for fwts-devel@lists.ubuntu.com; Tue, 22 Aug 2023 09:50:35 +0000 Received: from canonical.com (118-163-61-247.hinet-ip.hinet.net [118.163.61.247]) (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 66FC6401C2 for ; Tue, 22 Aug 2023 09:50:34 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=canonical.com; s=20210705; t=1692697834; bh=gQ83hu+r/Sl0vHpDMtVnQd2niHYzCBWR5TCpNbmy+iQ=; h=From:To:Subject:Date:Message-Id:MIME-Version; b=qeuXQ5d7q+zTYfhIUUusupqh9kV9FB+WVLoDFX+FxtKOyeAfHdVMpgi8yjRIkD9XY Eli2aOuk3E/LmOIZD8/wL93idxtAwjnVeIGY6ZTvJtTxMCU/cq0jps3++DGJnDekXx skhTI6Nn8KxMGpVFFfcDALxQlGb/dA9QMZ90lZluCi0gorgWS+qHS7UI3dY018+y11 hiexfk6zMMD7mAv1weunQO8SDWHN3r+cOvU3PcESepVSXeTO5V/MOrisFRsm2Sp5xp 32KpiFEETQzvT/Z7Gzw4p4Qm+CK0Ff0JW6aL08EXhP3IPuDrGsOTZWCCSs6KoM1faN oMK+aVvDz+J4w== From: Ivan Hu To: fwts-devel@lists.ubuntu.com Subject: [PATCH] fwts-test: sync up with the dumping s3-dump-wakeup-src option Date: Tue, 22 Aug 2023 17:50:30 +0800 Message-Id: <20230822095030.77193-1-ivan.hu@canonical.com> X-Mailer: git-send-email 2.34.1 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 | 4 ++++ fwts-test/arg-help-0001/arg-help-0002.log | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/fwts-test/arg-help-0001/arg-help-0001.log b/fwts-test/arg-help-0001/arg-help-0001.log index ab5a9da8..54bdd001 100644 --- a/fwts-test/arg-help-0001/arg-help-0001.log +++ b/fwts-test/arg-help-0001/arg-help-0001.log @@ -152,6 +152,10 @@ suspend. Default is 15 seconds, e.g. --s3-device-check-delay=20 +--s3-dump-wakeup-src dump the all device + wakeup sources + suspend/resume.(For + debug) --s3-hybrid Run S3 with hybrid sleep, i.e. saving system states as S4 diff --git a/fwts-test/arg-help-0001/arg-help-0002.log b/fwts-test/arg-help-0001/arg-help-0002.log index ab5a9da8..54bdd001 100644 --- a/fwts-test/arg-help-0001/arg-help-0002.log +++ b/fwts-test/arg-help-0001/arg-help-0002.log @@ -152,6 +152,10 @@ suspend. Default is 15 seconds, e.g. --s3-device-check-delay=20 +--s3-dump-wakeup-src dump the all device + wakeup sources + suspend/resume.(For + debug) --s3-hybrid Run S3 with hybrid sleep, i.e. saving system states as S4