diff options
author | teor <teor2345@gmail.com> | 2016-09-06 13:45:09 +1000 |
---|---|---|
committer | teor <teor2345@gmail.com> | 2016-09-06 13:45:09 +1000 |
commit | 26b47f80dd87b3684d43bd6d1b4b9f4d773eed75 (patch) | |
tree | f953dbd04048260b9c9df4bd8e53c2cad1cf8bf8 /src/test/include.am | |
parent | 341a159ab4ec9cb0a07a6f3507c4eb5aaf83798a (diff) | |
download | tor-26b47f80dd87b3684d43bd6d1b4b9f4d773eed75.tar.gz tor-26b47f80dd87b3684d43bd6d1b4b9f4d773eed75.zip |
Add hs-ipv6 to the chutney IPv6 tests
Requires a recent version of chutney.
Also remove bridges+hs, as it's somewhat redundant.
Diffstat (limited to 'src/test/include.am')
-rw-r--r-- | src/test/include.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/test/include.am b/src/test/include.am index 2e91f7c9dc..0aff395091 100644 --- a/src/test/include.am +++ b/src/test/include.am @@ -28,9 +28,9 @@ TESTS += src/test/test src/test/test-slow src/test/test-memwipe \ $(TESTSCRIPTS) # These flavors are run using automake's test-driver and test-network.sh -TEST_CHUTNEY_FLAVORS = basic-min bridges-min hs-min bridges+hs +TEST_CHUTNEY_FLAVORS = basic-min bridges-min hs-min # only run if we can ping6 ::1 (localhost) -TEST_CHUTNEY_FLAVORS_IPV6 = bridges+ipv6-min ipv6-exit-min +TEST_CHUTNEY_FLAVORS_IPV6 = bridges+ipv6-min ipv6-exit-min hs-ipv6 # only run if we can find a stable (or simply another) version of tor TEST_CHUTNEY_FLAVORS_MIXED = mixed |