lp:~andch/plainbox-provider-checkbox

Owned by Andy Chi
Get this repository:
git clone https://git.launchpad.net/~andch/plainbox-provider-checkbox
Only Andy Chi can upload to this repository. If you are Andy Chi please log in for upload directions.

Branches

Name Last Modified Last Commit
get-automatic-suspend-plugged-status 2022-10-27 07:16:54 UTC
Check if image include manage-estar-settings package to apply default e-star ...

Author: Andy Chi
Author Date: 2022-10-27 06:34:48 UTC

Check if image include manage-estar-settings package to apply default e-star setting (LP: #1993993)

add-new-key-from-sof-upstream 2021-12-02 09:59:54 UTC
Add JSL, TGL_H and TGL_LP production key

Author: Andy Chi
Author Date: 2021-12-02 03:29:31 UTC

Add JSL, TGL_H and TGL_LP production key

Update JSL, TGL_H and TGL_LP key from sof upstream.
https://github.com/thesofproject/sof/blob/main/tools/sof_ri_info/sof_ri_info.py

add-logitech-keyboard 2021-11-29 07:37:09 UTC
Fix: also detect logitech keyboard in low-power idle tests

Author: Andy Chi
Author Date: 2021-11-29 03:06:28 UTC

Fix: also detect logitech keyboard in low-power idle tests

remove-s2i-in-requirement 2021-08-30 09:58:46 UTC
Remove s2idle requirement in idle-screen-on-residency-check and cpu-low-power...

Author: Andy Chi
Author Date: 2021-08-30 09:58:46 UTC

Remove s2idle requirement in idle-screen-on-residency-check and cpu-low-power-idle

idle-screen-on-residency-check and cpu-low-power-idle needs to be run
even though laptop or desktop only support S3.

phlin/code-style-fix 2021-08-26 07:56:22 UTC
Change: bin/kernel_taint_test.py: move report_failures() to main() and code c...

Author: Po-Hsu Lin
Author Date: 2021-07-21 11:24:02 UTC

Change: bin/kernel_taint_test.py: move report_failures() to main() and code cleanup

The report_failures() is now just return whether the test pass or fail
move the code piece to main() and update the docstring accordingly.

The tainted bit value and its message will be printed at the beginning
of this if statement, there is no need to print it again.

Remove unnecessary parentheses for return

Use raise SystemExit() for taint_file not found exeception.

master 2021-08-19 13:05:29 UTC
Merge #407269 from ~jocave/plainbox-provider-checkbox:bt-rfkill-and-udev

Author: PMR
Author Date: 2021-08-19 13:05:29 UTC

Merge #407269 from ~jocave/plainbox-provider-checkbox:bt-rfkill-and-udev

phlin/fix-tainted-check 2021-07-19 12:11:38 UTC
bin/kernel_taint_test.py: return 0 for passed cases, 1 for others

Author: Po-Hsu Lin
Author Date: 2021-07-19 11:59:39 UTC

bin/kernel_taint_test.py: return 0 for passed cases, 1 for others

exit takes only integer args in the range 0 - 255
If we return the taint value read from /proc/sys/kernel/tainted,
it might exceed this range and causing unexpected behaviour.

e.g. on a system with kernel warning
$ ./kernel_taint_test.py
Kernel taint value is 512
Taint bit value: 9 (kernel issued warning)
Taint bit value: 9 (kernel issued warning)
$ echo $?
0

Let's just simplify the return logic of report_failures() to return
either 0 or 1.

Signed-off-by: Po-Hsu Lin <po-hsu.lin@canonical.com>

phlin/add-dmesg-check 2021-04-01 08:19:25 UTC
Add kernel log check test

Author: Po-Hsu Lin
Author Date: 2021-04-01 08:19:25 UTC

Add kernel log check test

Add a test to check various error messages in dmesg.

Signed-off-by: Po-Hsu Lin <po-hsu.lin@canonical.com>

18 of 8 results
This repository contains Public information 
Everyone can see this information.

Subscribers