ipv6 disabled on kernel cmdline disrupts Tox and most tests fail
Boot a linux with ipv6.disable=1 and run the testsuite
17% tests passed, 43 tests failed out of 5
All the tests fail all at the same place.
new_networking_ex: failed to get a socket?! 97, Address family not supported by protocol
Note that this is on a build with USE_IPV6 "Use IPv6 in tests" OFF in the CMakeLists.txt which just disables tests - no change to the library I think.
As most of the tests fail if you boot a linux with ipv6.disable=1 and run the testsuite, booting a vm with ipv6.disable=1 should be a test.
ipv6 disabled on kernel cmdline disrupts Tox and most tests fail
Boot a linux with
ipv6.disable=1and run the testsuiteAll the tests fail all at the same place.
Note that this is on a build with USE_IPV6 "Use IPv6 in tests" OFF in the CMakeLists.txt which just disables tests - no change to the library I think.
As most of the tests fail if you boot a linux with
ipv6.disable=1and run the testsuite, booting a vm withipv6.disable=1should be a test.