Skip to content

clamper: Provide integration tests using qemu

Vgutierrez requested to merge T353279-qemu into main

Leverage qemu to spawn bullseye and bookworm kernels with a minimal configuration to test tcp-mss-clamper.

This initial version only loads the eBPF program and validates that's been loaded successfully using bpftool

Based on https://github.com/bradfitz/embiggen-disk/blob/master/integration_test.go

Bug: T353279

Merge request reports