Other test systems

This page has a list of other test systems and with notes or links to their online resources

See the related page: Test results formats

LAVA [edit section]

KernelCI [edit section]

AGL CIAT [edit section]

kselftest [edit section]

0-day [edit section]

For more details see Tims 0day notes

Puts each test (named a 'job') into a yaml file

lkp is a command line tool for executing a test

some command line options are:

Here's what a test looks like:

From the file tbench.yaml

autotest [edit section]

ctest [edit section]

Avacado [edit section]

OpenQA [edit section]

Bats: Bash Automated Testing System [edit section]

BATS is a TAP-compliant system for testing shell scripts or Unix commands.

Yocto ptest [edit section]

Intel GFX CI [edit section]

Intel does CI on the kernel driver for their graphics hardware. They gave a report at the testing session at Plumbers in 2017, with some interesting insights and comments on kernel CI testing.

Key observations [edit section]

They make a few key observations in their talk:

From the comments: