~medicalwei/plainbox-provider-checkbox:fixed-screen-orientation-on-laptops

Last commit made on 2021-09-22
Get this branch:
git clone -b fixed-screen-orientation-on-laptops https://git.launchpad.net/~medicalwei/plainbox-provider-checkbox
Only Yao Wei can upload to this branch. If you are Yao Wei please log in for upload directions.

Branch merges

Branch information

Name:
fixed-screen-orientation-on-laptops
Repository:
lp:~medicalwei/plainbox-provider-checkbox

Recent commits

f33feb0... by Yao Wei

Check whether screen orientation is fixed on laptops

This is to address LP: #1895110, that the accelerometer on some laptops
can cause the screen orientation change by tilting the machine, or is
incorrect by default.

7e6a412... by Ubuntu <email address hidden>

Merge #404828 from ~jocave/plainbox-provider-checkbox:modify-cpu-cert-manual

58d0765... by Ubuntu <email address hidden>

Merge #404837 from ~jocave/plainbox-provider-checkbox:modify-misc-cert-manual

4394194... by Ubuntu <email address hidden>

Merge #407672 from ~jocave/plainbox-provider-checkbox:verbose-wwan-tests

989514e... by Ubuntu <email address hidden>

Merge #404838 from ~jocave/plainbox-provider-checkbox:add-empty-fingerprint-automated

47bd826... by Ubuntu <email address hidden>

Merge #404846 from ~jocave/plainbox-provider-checkbox:modify-mobilebroadband-cert-manual

ee6a883... by Ubuntu <email address hidden>

Merge #404850 from ~jocave/plainbox-provider-checkbox:consistent-ethernet-networking-split

a2e86af... by Ubuntu <email address hidden>

Merge #404856 from ~jocave/plainbox-provider-checkbox:power-management-nested-plans

6821b77... by Ubuntu <email address hidden>

Merge #404891 from ~jocave/plainbox-provider-checkbox:modify-wireless-cert-nested

4c7a9c3... by Ubuntu <email address hidden>

Merge #407718 from plainbox-provider-checkbox:phlin/code-style-fix

This patch will:
1. move report_failures() to main(), remove unnecessary parentheses

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

2. remove extra print for kernel taint info
   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.

3. Use raise SystemExit() for taint_file not found exeception.