lp:~weichenwu/plainbox-provider-checkbox

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

Branches

Name Last Modified Last Commit
add-bluetooth-manual-after-suspend 2022-09-13 06:55:51 UTC
add: after suspend bluetooth manual test

Author: Weichen Wu
Author Date: 2022-09-13 06:55:51 UTC

add: after suspend bluetooth manual test

CQT-632-bluetooth-test-cases-and-test-plans-modification 2022-07-22 08:34:00 UTC
Add: bluetooth obex job and bluetooth-cert test plan

Author: Weichen Wu
Author Date: 2022-06-23 08:40:44 UTC

Add: bluetooth obex job and bluetooth-cert test plan

Previously OBEX was under suspend category and it's hard to maintain or
rerun
Hence put it under bluetooth and add new test plan to in include it for
further use

1. add bluetooth_obex_send under bluetooth
2. add obex and beacon cases to bluetooth-cert-automated
3. new test plan after-suspend-bluetooth-cert-automated
4. remove bluetooth test cases from suspend jobs/plans

release 2022-06-23 06:30:33 UTC
Bump to v0.65.0rc2

Author: Jenkins
Author Date: 2022-06-23 06:30:33 UTC

Bump to v0.65.0rc2

master 2022-06-23 06:20:44 UTC
Merge #425267 from ~pieq/plainbox-provider-checkbox:fix-xorg-jobs-still-being...

Author: Ubuntu
Author Date: 2022-06-23 06:20:44 UTC

Merge #425267 from ~pieq/plainbox-provider-checkbox:fix-xorg-jobs-still-being-pulled

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>

17 of 7 results
This repository contains Public information 
Everyone can see this information.

Subscribers