From 3e54c985a25719814c27912ee1c116ecfb5854c1 Mon Sep 17 00:00:00 2001 From: Jim Newsome Date: Thu, 14 Nov 2024 18:38:22 -0600 Subject: test-network: include IPv6 tests unconditionally Previously we would incorrectly detect that ipv6 isn't supported if the ping binary isn't present (as it may not be in a relatively stripped down container image), or if ICMP packets aren't permitted (as they often aren't in containers). We don't really have a need to run these network tests on non-IPv6 systems, so it makes more sense to just run them unconditionally. --- changes/testing | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 changes/testing (limited to 'changes/testing') diff --git a/changes/testing b/changes/testing new file mode 100644 index 0000000000..744a7849d3 --- /dev/null +++ b/changes/testing @@ -0,0 +1,3 @@ + o Minor feature (testing): + - test-network now unconditionally includes IPv6 instead of trying to + detect IPv6 support. -- cgit v1.2.3-54-g00ecf