[PATCH 1/2] s3: modify the default sleep type description
Ivan Hu
ivan.hu at canonical.com
Mon Sep 26 07:14:17 UTC 2022
Currently, s3 test will not set default. Instead, it will base on the system
settings /sys/power/mem_sleep, when the --s3-sleep-type not be used.
Signed-off-by: Ivan Hu <ivan.hu at canonical.com>
---
src/acpi/s3/s3.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/acpi/s3/s3.c b/src/acpi/s3/s3.c
index 74b7f766..f3647d66 100644
--- a/src/acpi/s3/s3.c
+++ b/src/acpi/s3/s3.c
@@ -854,7 +854,7 @@ static fwts_option s3_options[] = {
{ "s3-resume-time", "", 1, "Maximum expected resume time in seconds, e.g. --s3-resume-time=5.1" },
{ "s3-hybrid", "", 0, "Run S3 with hybrid sleep, i.e. saving system states as S4 does." },
{ "s3-resume-hook hook","", 1, "Run a hook script after each S3 resume, 0 exit indicates success." },
- { "s3-sleep-type" ,"", 1, "Set the sleep type for testing S3 or s2idle, default S3." },
+ { "s3-sleep-type" ,"", 1, "Set the sleep type for testing S3 or s2idle." },
{ NULL, NULL, 0, NULL }
};
--
2.25.1
More information about the fwts-devel
mailing list