aya/test/integration-test
Tamir Duberstein f4ec21ec2a
integration-test: kernel_assert anti-condition
Rather than emitting a warning, assert the inverse of the condition when
the current kernel version is lower than required. This strengthens the
assertions made by our tests (provided we run them over kernel versions
before and after the listed version, which is not yet the case).
..
bpf feat(aya): Add iterator program type
src integration-test: kernel_assert anti-condition
Cargo.toml integration-test: use scopeguard over panic hook
build.rs Bump edition to 2024