Skip to content

test-network: include IPv6 tests unconditionally

Jim Newsome requested to merge jnewsome/tor-core:python-ipv6-test into maint-0.4.8

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.

Edited by Jim Newsome

Merge request reports

Loading