]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
When running make test-network-all, use the mixed+hs-v2 network
authorteor <teor@torproject.org>
Mon, 27 Aug 2018 13:06:04 +0000 (23:06 +1000)
committerteor <teor@torproject.org>
Mon, 27 Aug 2018 13:07:20 +0000 (23:07 +1000)
No behaviour change.

A previous fix to chutney removed v3 onion services from the
mixed+hs-v23 network, so seeing "mixed+hs-v23" in tests is
confusing.

Fixes bug 27345; bugfix on 0.3.2.1-alpha.

changes/bug27345 [new file with mode: 0644]
src/test/include.am

diff --git a/changes/bug27345 b/changes/bug27345
new file mode 100644 (file)
index 0000000..d98f4af
--- /dev/null
@@ -0,0 +1,5 @@
+  o Minor bugfixes (testing):
+    - When running make test-network-all, use the mixed+hs-v2 network.
+      (A previous fix to chutney removed v3 onion services from the
+      mixed+hs-v23 network, so seeing "mixed+hs-v23" in tests is
+      confusing.) Fixes bug 27345; bugfix on 0.3.2.1-alpha.
index 230845a1ed3126de4e57b1b0ed0d6b0ba5cd738b..2f6789c58d3cc992ebd07fcb6eaea1a33da100f5 100644 (file)
@@ -47,7 +47,7 @@ TEST_CHUTNEY_FLAVORS = basic-min bridges-min hs-v2-min hs-v3-min \
 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
+TEST_CHUTNEY_FLAVORS_MIXED = mixed+hs-v2
 
 ### This is a lovely feature, but it requires automake >= 1.12, and Tor
 ###  doesn't require that yet.