From 13ce62025b30f83d3dc28b5e772f3436f64f0ba2 Mon Sep 17 00:00:00 2001 From: Phil Sutter Date: Thu, 1 Aug 2024 18:56:52 +0200 Subject: [PATCH] tests: Require kernel-modules-extra The ipset kernel module has moved there, without it tests must fail. --- tests/sanity-tests/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/sanity-tests/Makefile b/tests/sanity-tests/Makefile index b11121b..b22add4 100644 --- a/tests/sanity-tests/Makefile +++ b/tests/sanity-tests/Makefile @@ -27,7 +27,7 @@ $(METADATA): Makefile @echo "Type: Sanity" >> $(METADATA) @echo "TestTime: 5m" >> $(METADATA) @echo "RunFor: ipset " >> $(METADATA) - @echo "Requires: ipset iperf3 python3 systemd python3-pyroute2 iptables" >> $(METADATA) + @echo "Requires: ipset iperf3 python3 systemd python3-pyroute2 iptables kernel-modules-extra" >> $(METADATA) @echo "Priority: Normal" >> $(METADATA) @echo "License: GPLv2" >> $(METADATA) @echo "Confidential: no" >> $(METADATA)