You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
aya/kerneltest
Andrew Werner 65079fe29b xtask: add kernel-test
This allows integration tests to be run using qemu at an
arbitrary kernel version. Note that the integration tests
which rely on tools like `bpftool` do not work because
there is nothing in the image.

The kernel-test task can be run like this to run the `smoke`
integration test.

```
$ cargo xtask kernel-test --libbpf-dir $LIBBPF_DIR --kernel-version 5.19 -- smoke
```
2 years ago
..
kernels xtask: add kernel-test 2 years ago
.gitkeep xtask: add kernel-test 2 years ago