-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
suspend/suspend_advanced_auto
always returns passed result
#1579
Comments
Thank you for reporting us your feedback! The internal ticket has been created: https://warthogs.atlassian.net/browse/CHECKBOX-1642.
|
suspend/suspend_advanced_auto
is always return passsuspend/suspend_advanced_auto
always returns passed result
From the kernel document:
Tested In the 202411-35985 Could see the ubuntu@ubuntu:~$ sudo rtcwake -d /dev/rtc0 -m no -s 30 && systemctl suspend
rtcwake: assuming RTC uses UTC ...
rtcwake: wakeup using /dev/rtc0 at Thu Dec 12 01:19:09 2024
==== AUTHENTICATING FOR org.freedesktop.login1.suspend ====
Authentication is required to suspend the system.
Authenticating as: ubuntu,,, (ubuntu)
Password:
==== AUTHENTICATION COMPLETE ====
ubuntu@ubuntu:~$ cat /sys/power/suspend_stats/fail
2
ubuntu@ubuntu:~$ cat /sys/power/suspend_stats/failed_suspend
1 In the journal log we could see first suspend are failed due to The twice failures from |
Bug Description
while
suspend/suspend_advanced_auto
using fwts to do the test, the pipe command will make it to return pass always.Cert-blocker Test Case
To Reproduce
run
suspend/suspend_advanced_auto
Environment
dev99ubuntu24.04.1Relevant log output
No response
Additional context
submission
The text was updated successfully, but these errors were encountered: