aboutsummaryrefslogtreecommitdiff
path: root/src/test/include.am
diff options
context:
space:
mode:
authorteor <teor@torproject.org>2020-02-19 09:29:02 +1000
committerteor <teor@torproject.org>2020-02-19 09:29:02 +1000
commit6e76570ede710dffcaef798e1dd537cd78480861 (patch)
tree29accf517f1ebc6af29c896b7d504aa340670204 /src/test/include.am
parentaebae8225b910262b37c6b7a24bc144b0823a6e0 (diff)
downloadtor-6e76570ede710dffcaef798e1dd537cd78480861.tar.gz
tor-6e76570ede710dffcaef798e1dd537cd78480861.zip
Makefile: Tweak the test-network* chuttney networks
In "make test-network", add tests for single onion services v2 and v3. In "make test-network-all", test onion services v2 and v3 in the same network. Part of 33334.
Diffstat (limited to 'src/test/include.am')
-rw-r--r--src/test/include.am5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/test/include.am b/src/test/include.am
index 302771374b..9eb8dc2ab1 100644
--- a/src/test/include.am
+++ b/src/test/include.am
@@ -66,11 +66,10 @@ TESTS += src/test/test src/test/test-slow src/test/test-memwipe \
# this test only uses IPv4
TEST_CHUTNEY_FLAVOR_QUICK = bridges+hs-v23
# only run if we can ping6 ::1 (localhost)
-TEST_CHUTNEY_FLAVOR_QUICK_IPV6 = client-ipv6-only-md
+TEST_CHUTNEY_FLAVOR_QUICK_IPV6 = single-onion-v23-ipv6-md
# run a basic set of tests, which only use IPv4
-TEST_CHUTNEY_FLAVORS = basic-min bridges-min hs-v2-min hs-v3-min \
- single-onion-v23
+TEST_CHUTNEY_FLAVORS = basic-min bridges-min hs-v23-min single-onion-v23
# only run if we can ping ::1 (localhost)
TEST_CHUTNEY_FLAVORS_IPV6 = bridges+ipv6-min ipv6-exit-min hs-v23-ipv6-md \