diff options
author | teor <teor2345@gmail.com> | 2017-11-01 17:13:07 +1100 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-11-02 10:25:49 -0400 |
commit | 27ea6fcd31ceb7dd9e48e5586aa05f05bfe86e0a (patch) | |
tree | 5b94a7a390ed7af9ec4d679484871cb42037f787 /src/test | |
parent | 6a9a118f9077c02ce60052275dcede88d9fd2aa3 (diff) | |
download | tor-27ea6fcd31ceb7dd9e48e5586aa05f05bfe86e0a.tar.gz tor-27ea6fcd31ceb7dd9e48e5586aa05f05bfe86e0a.zip |
Test that IPv6-only clients can use microdescriptors
When running "make test-network-all", test that IPv6-only clients can use
microdescriptors. IPv6-only microdescriptor client support was fixed in
tor 0.3.0.1-alpha.
Requires chutney master 61c28b9 or later.
Closes ticket 24109.
Diffstat (limited to 'src/test')
-rw-r--r-- | src/test/include.am | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/test/include.am b/src/test/include.am index 7300b85412..610918e9da 100644 --- a/src/test/include.am +++ b/src/test/include.am @@ -43,9 +43,9 @@ 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 flavor -TEST_CHUTNEY_FLAVORS_IPV6 = bridges+ipv6-min ipv6-exit-min hs-v23-ipv6 \ - single-onion-ipv6 +# single-onion-v23-ipv6-md flavor +TEST_CHUTNEY_FLAVORS_IPV6 = bridges+ipv6-min ipv6-exit-min hs-v23-ipv6-md \ + single-onion-ipv6-md # only run if we can find a stable (or simply another) version of tor TEST_CHUTNEY_FLAVORS_MIXED = mixed+hs-v23 |