commit 965fb032481ad7437ead68d8aa414eb12a59e59d Author: teor teor@torproject.org Date: Mon Dec 2 14:25:52 2019 +1000
test: Add more fingerprints of each type
Some relays are unreliable, but we still want the tests to check the different types of relays.
Part of 28863. --- test.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/test.sh b/test.sh index 6f2d5e2..bffebc1 100755 --- a/test.sh +++ b/test.sh @@ -16,12 +16,14 @@ fi # TODO: validate output from all 3 commands using grep, grep, and stem?
# List of relay fingerprints to test with generate and lookup -# moria1, Serge, no caches extra info, no dir port, doesn't exist +# moria1, Serge, no caches extra info x 2, no dir port x 2, doesn't exist TEST_RELAY_LIST=" 9695DFC35FFEB861329B9F1AB04C46397020CE31 BA44A889E64B93FAA2B114E02C2A279A8555C533 -001524DD403D729F08F7E5D77813EF12756CFA8D +025B66CEBC070FCB0519D206CF0CF4965C20C96E +0338F9F55111FE8E3570E7DE117EF3AF999CC1D7 5AFAC3D00E97D6733112CC9CA2A788691FA87125 +5DB9AE27A44EB7B476CC04A66C67A71C97A001E6 AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA "
tor-commits@lists.torproject.org