~andch/plainbox-provider-checkbox:phlin/fix-tainted-check

Last commit made on 2021-07-19
Get this branch:
git clone -b phlin/fix-tainted-check https://git.launchpad.net/~andch/plainbox-provider-checkbox
Only Andy Chi can upload to this branch. If you are Andy Chi please log in for upload directions.

Branch merges

Branch information

Name:
phlin/fix-tainted-check
Repository:
lp:~andch/plainbox-provider-checkbox

Recent commits

11f1532... by Po-Hsu Lin

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 <email address hidden>

d82e5c2... by PMR <pmr@pmr-lander>

Merge #405172 from ~zongminl/plainbox-provider-checkbox:sync-watchdog-test-between-classic-and-core

Change: Align the test for watchdog config on classic and core image

Watchdog implementation on both classic and core image no longer rely
on watchdogd service since 20.04, with this change watchdog/systemd-config
tests only systemd configuration on 20.04 and later series while keeping
the original test for prior releases

a610500... by Vic Liu

Change: Align the test for watchdog config on classic and core image

Watchdog implementation on both classic and core image no longer rely
on watchdogd service since 20.04, with this change watchdog/systemd-config
tests only systemd configuration on 20.04 and later series while keeping
the original test for prior releases

6689ffb... by PMR <pmr@pmr-lander>

Merge #405682 from ~kchsieh/plainbox-provider-checkbox/+git/plainbox-provider-checkbox:iwlwifi-microcode-crash

Add: iwlwifi microcode crash check

db7032c... by Kai-Chuan Hsieh

Add: iwlwifi microcode crash check

LP: #1932548

46d262b... by PMR <pmr@pmr-lander>

Merge #405578 from plainbox-provider-checkbox:release

Release_2021_Week28

6ff546a... by PMR <pmr@pmr-lander>

increment version to v0.60.0.dev0

f27a50c... by PMR <pmr@pmr-lander>

Bump to v0.59.0

7a2d7f7... by PMR <pmr@pmr-lander>

Merge #405414 from ~bladernr/plainbox-provider-checkbox:rm-efiboot-test-regression

9046075... by Jeff Lane 

Remove efibootmode test from server-regression testplan to avoid failures on old systems we know aren't booting EFI mode