Age | Commit message (Collapse) | Author |
| ~jocave/plainbox-provider-checkbox:power-management-nested-plans |
| ~jocave/plainbox-provider-checkbox:modify-wireless-cert-nested |
| 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. |
| ~bladernr/plainbox-provider-checkbox:1940797-add-module-to-taint-test |
| it easier to read and manage. lp: #1940797 |
| 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. |
| |
| When the manifest indicates that a bluetooth device should be present check that it is both listed by rfkill and identified in the udev db as per the device resource |
| add an if statement for judging which rtc device will be used in suspend test. since some IoT projects have 2 rtcs and not always rtc0 supports wakeup event. |
| |
| |
| since some IoT projects have 2 rtcs and not always rtc0 supports wakeup event. |
| ~bladernr/plainbox-provider-checkbox:1937861-increase-ipmi-timeout Increase IPMI timeout to account for slower BMCs |
| #1937861 |
| Fixed lp:1937257 |
| LP: #1937257 |
| 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. |
| 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> |
| ~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 |
| 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 |
| ~kchsieh/plainbox-provider-checkbox/+git/plainbox-provider-checkbox:iwlwifi-microcode-crash Add: iwlwifi microcode crash check |
| LP: #1932548 |
| Release_2021_Week28 |
| |
| |
| ~bladernr/plainbox-provider-checkbox:rm-efiboot-test-regression |
| old systems we know aren't booting EFI mode |
| |
| ~narahuang/plainbox-provider-checkbox/+git/plainbox-provider-checkbox:kernel-failboot-test |
| |
| |
| |
| |
| |
| not set to 'dangerous' |
| ~kissiel/plainbox-provider-checkbox:fix-1933632-bad-timestamps |
| ~bladernr/plainbox-provider-checkbox:1908129-dont-fail-taint-check-zfs |
| Previously, when the buildstamp job ran on core and wasn't able to get an actual information about the buildstamp it printed nothing and returned 0, making the tar exporter choke on empty array of lines. This patch ensures that the job either yields some info or fais. Fixes LP: #1933632 |
| |
| |
| Standard layout for nested plans |
| ~bladernr/plainbox-provider-checkbox:1917365-sosreport-deprecated-command |
| |
| |
| Means this data is removed from the session share when the test is finished running. |
| Fix problem with distribution codenames in virtualization test |
| |
| Compatibility with uc20 FDE functionality will now be tested using FWTS |
| |
| ~zongminl/plainbox-provider-checkbox:fix-required-bootstrap-serial-automated unit/serial: fix the necessary bootstrap missing in serial-automated plan |