mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
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.
This commit is contained in:
parent
15d4238383
commit
f35bd36814
4
changes/ticket27251
Normal file
4
changes/ticket27251
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
o Testing (chutney):
|
||||||
|
- 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.
|
@ -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 \
|
TEST_CHUTNEY_FLAVORS = basic-min bridges-min hs-v2-min hs-v3-min \
|
||||||
single-onion-v23
|
single-onion-v23
|
||||||
# only run if we can ping6 ::1 (localhost)
|
# 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 \
|
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
|
# only run if we can find a stable (or simply another) version of tor
|
||||||
TEST_CHUTNEY_FLAVORS_MIXED = mixed+hs-v2
|
TEST_CHUTNEY_FLAVORS_MIXED = mixed+hs-v2
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user