lp:~eugene2021/plainbox-provider-checkbox

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

Branches

Name Last Modified Last Commit
fix_1969185 2022-09-21 04:49:06 UTC
Fix: The message dialog of pm_test.py would not disappeared under Jammy

Author: Yujin.Wu
Author Date: 2022-09-21 04:33:08 UTC

Fix: The message dialog of pm_test.py would not disappeared under Jammy

LP: #1969185

fix-1958482-include-led-mute-microphone-mute-led-cert-manual 2022-01-20 04:27:41 UTC
Fix: LP #1958482 - The test job led/mute and led/microphone-mute does not inc...

Author: Yujin.Wu
Author Date: 2022-01-20 04:15:58 UTC

Fix: LP #1958482 - The test job led/mute and led/microphone-mute does not include in the test plan led-cert-manual

Include the test job led/mute and led/microphone-mute into the test plan led-cert-manual

master 2022-01-18 08:59:13 UTC
Merge #414283 from plainbox-provider-checkbox:release

Author: Ubuntu
Author Date: 2022-01-18 08:59:13 UTC

Merge #414283 from plainbox-provider-checkbox:release

Release_2022_Week3

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>

16 of 6 results
This repository contains Public information 
Everyone can see this information.

Subscribers