[tor-commits] [ooni-probe/master] Add the file option to the required options.
art at torproject.org
art at torproject.org
Mon Mar 24 15:02:47 UTC 2014
commit ad1a572495111a71756713dc164d85712a155d4d
Author: Arturo Filastò <art at fuffa.org>
Date: Mon Mar 3 11:00:04 2014 +0100
Add the file option to the required options.
---
ooni/nettests/blocking/bridge_reachability.py | 2 ++
1 file changed, 2 insertions(+)
diff --git a/ooni/nettests/blocking/bridge_reachability.py b/ooni/nettests/blocking/bridge_reachability.py
index eb03983..65e968a 100644
--- a/ooni/nettests/blocking/bridge_reachability.py
+++ b/ooni/nettests/blocking/bridge_reachability.py
@@ -27,6 +27,8 @@ class BridgeReachability(nettest.NetTestCase):
inputFile = ['file', 'f', None,
'File containing bridges to test reachability for (they should be one per line IP:ORPort)']
+ requiredOptions = ['file']
+
def setUp(self):
self.tor_progress = 0
self.timeout = int(self.localOptions['timeout'])
More information about the tor-commits
mailing list