[tor-commits] [stem/master] Don't check if authority addresses are accurate
atagar at torproject.org
atagar at torproject.org
Sat Dec 12 21:38:19 UTC 2015
commit ef9894dca36e18076815362e44ebf639f0c34fcf
Author: Damian Johnson <atagar at torproject.org>
Date: Sat Dec 12 13:23:57 2015 -0800
Don't check if authority addresses are accurate
Moria1 and longclaw are have been publishing alternate addresses in a hack to
disrupt censors. Looks like they're gonna continue so gonna stop checking this
in our tests.
---
test/integ/descriptor/remote.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/test/integ/descriptor/remote.py b/test/integ/descriptor/remote.py
index 4a9cd9b..fd37b57 100644
--- a/test/integ/descriptor/remote.py
+++ b/test/integ/descriptor/remote.py
@@ -37,7 +37,7 @@ class TestDescriptorDownloader(unittest.TestCase):
if not stem_auth:
self.fail("%s isn't a recognized directory authority in stem" % auth.nickname)
- for attr in ('address', 'v3ident', 'or_port', 'dir_port'):
+ for attr in ('v3ident', 'or_port', 'dir_port'):
if auth.nickname == 'moria1' and attr == 'address':
continue # skip due to https://trac.torproject.org/projects/tor/ticket/14955
More information about the tor-commits
mailing list