diff options
author | teor <teor@torproject.org> | 2019-04-24 17:41:09 +1000 |
---|---|---|
committer | teor <teor@torproject.org> | 2019-04-24 17:42:59 +1000 |
commit | f35bd3681466e58e525d95714ba630caa98f67ae (patch) | |
tree | c71710489a2813290d287579393fa0d242b96cb6 /src/test/include.am | |
parent | 15d42383833341c9e0c859ba3998ea70eccd74af (diff) | |
download | tor-f35bd3681466e58e525d95714ba630caa98f67ae.tar.gz tor-f35bd3681466e58e525d95714ba630caa98f67ae.zip |
test-network-all: Test IPv6-only v3 single onion services
In "make test-network-all", test IPv6-only v3 single onion services,
using the chutney network single-onion-v23-ipv6-md. This test will
not pass until 23588 has been merged.
Closes ticket 27251.
Diffstat (limited to 'src/test/include.am')
-rw-r--r-- | src/test/include.am | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/test/include.am b/src/test/include.am index 497aa320a4..fb4e9f4bc0 100644 --- a/src/test/include.am +++ b/src/test/include.am @@ -46,10 +46,8 @@ TESTS += src/test/test src/test/test-slow src/test/test-memwipe \ TEST_CHUTNEY_FLAVORS = basic-min bridges-min hs-v2-min hs-v3-min \ single-onion-v23 # only run if we can ping6 ::1 (localhost) -# IPv6-only v3 single onion services don't work yet, so we don't test the -# single-onion-v23-ipv6-md flavor TEST_CHUTNEY_FLAVORS_IPV6 = bridges+ipv6-min ipv6-exit-min hs-v23-ipv6-md \ - single-onion-ipv6-md + single-onion-v23-ipv6-md # only run if we can find a stable (or simply another) version of tor TEST_CHUTNEY_FLAVORS_MIXED = mixed+hs-v2 |