lp:~isaacyang/plainbox-provider-checkbox

Owned by YANG, ZHI-HAO
Get this repository:
git clone https://git.launchpad.net/~isaacyang/plainbox-provider-checkbox
Only YANG, ZHI-HAO can upload to this repository. If you are YANG, ZHI-HAO please log in for upload directions.

Branches

Name Last Modified Last Commit
fix-usb-watcher 2022-09-26 07:52:56 UTC
Fix: USB can detect USB w/ or w/o partition

Author: YANG, ZHI-HAO
Author Date: 2022-08-25 08:18:54 UTC

Fix: USB can detect USB w/ or w/o partition

Fix: Remove 'partition' in 'needs', only when 'needs' have the partition

master 2022-08-24 06:05:28 UTC
Merge #428354 from ~narahuang/plainbox-provider-checkbox:lp-1900814-mac-addre...

Author: Ubuntu
Author Date: 2022-08-24 06:05:28 UTC

Merge #428354 from ~narahuang/plainbox-provider-checkbox:lp-1900814-mac-address-passthrough

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.

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>

15 of 5 results
This repository contains Public information 
Everyone can see this information.

Subscribers