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.
This commit is contained in:
teor
2017-11-01 17:13:07 +11:00
committed by Nick Mathewson
parent 6a9a118f90
commit 27ea6fcd31
2 changed files with 7 additions and 3 deletions
+4
View File
@@ -0,0 +1,4 @@
o Minor features (integration tests):
- Test that IPv6-only clients can use microdescriptors when running
"make test-network-all". Requires chutney master 61c28b9 or later.
Closes ticket 24109.