lp:~dirksu/plainbox-provider-checkbox

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

Branches

Name Last Modified Last Commit
check_fixed_orientation 2022-10-03 01:44:08 UTC
Skip fixed screen orientation check on system without touchscreen

Author: Dirk Su
Author Date: 2022-09-30 07:20:48 UTC

Skip fixed screen orientation check on system without touchscreen

In gnome42, auto screen rotation will need touchscreen and
accelerometer both existed. Refer mutter merge request
https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1311 for
more information

fixed_orientation 2022-09-16 07:54:28 UTC
Use property PanelOrientationManaged to check autorotation

Author: Dirk Su
Author Date: 2022-09-16 07:54:28 UTC

Use property PanelOrientationManaged to check autorotation

Mutter modified the panel autoration determine method and expose
in a PanelOrientationManaged readonly property

https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1311

master 2022-09-08 08:28:25 UTC
Add: add info for knowing secure boot state

Author: Kai-Chuan Hsieh
Author Date: 2022-09-08 07:54:33 UTC

Add: add info for knowing secure boot state

check_wifi6e 2022-03-14 08:13:26 UTC
Check the status of 802.11ax 6GHz band

Author: Dirk Su
Author Date: 2022-03-14 08:13:26 UTC

Check the status of 802.11ax 6GHz band

check if 6Ghz band enabled with Kernel under 5.15 or Ubuntu
under 20.04

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