]> git.ipfire.org Git - thirdparty/systemd.git/commit
test: also check if networkd built with BTF support before BPF test
authorLuca Boccassi <luca.boccassi@gmail.com>
Mon, 25 May 2026 15:54:48 +0000 (16:54 +0100)
committerLuca Boccassi <luca.boccassi@gmail.com>
Mon, 25 May 2026 17:13:51 +0000 (18:13 +0100)
commit9e4248fbbf31e45b33f490800f3e1da5049f9347
tree25c52e5898a07740e5ab3185f9e96888cc3d236b
parent22a071a54d77710845218f49bfab45f12b030c83
test: also check if networkd built with BTF support before BPF test

SUSE does not provide a vmlinux.h so the package is not built with
CO-RE support, hence the test fails. This was previously masked
by the fact that python3-packaging was never installed, so the
test always skipped everywhere as it could not detect the kernel
version.

Follow-up for c310106c15ea83913e2765dcb0d7c81d83f08a0e
test/test-network/systemd-networkd-tests.py