[tor-commits] [ooni-probe/master] The blocking/http_requests test actually requires Tor to be running.

art at torproject.org art at torproject.org
Thu Aug 7 15:48:44 UTC 2014


commit 570b852a8a83398e68ccd01296aa0e044ede8a58
Author: Arturo Filastò <art at fuffa.org>
Date:   Thu Aug 7 17:46:53 2014 +0200

    The blocking/http_requests test actually requires Tor to be running.
    
    (cherry picked from commit 5e06ad7c2862dd90dc8ba054de4d88abeea1fbe2)
---
 ooni/nettests/blocking/http_requests.py |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ooni/nettests/blocking/http_requests.py b/ooni/nettests/blocking/http_requests.py
index e5524ee..dd74b6c 100644
--- a/ooni/nettests/blocking/http_requests.py
+++ b/ooni/nettests/blocking/http_requests.py
@@ -40,7 +40,7 @@ class HTTPRequestsTest(httpt.HTTPTest):
     inputFile = ['file', 'f', None,
                  'List of URLS to perform GET and POST requests to']
     requiresRoot = False
-    requiresTor = False
+    requiresTor = True
 
     # These values are used for determining censorship based on response body
     # lengths



More information about the tor-commits mailing list