[tor-commits] [ooni-probe/master] Fix/remove meek google test (#520)

art at torproject.org art at torproject.org
Sun Jun 12 16:07:32 UTC 2016


commit bc60f74649626dbb37511e1ca47c80624efd2dd5
Author: anadahz <anadahz at users.noreply.github.com>
Date:   Fri Jun 3 18:20:44 2016 +0000

    Fix/remove meek google test (#520)
    
    * Remove meek google servers from the test, update doc
    
    meek-google has not been working since May 13, 2016. It is not because
    censors figured out how to block it, but because Google Cloud Platform
    suspended the reflector web application
    (https://meek-reflect.appspot.com/)
    https://lists.torproject.org/pipermail/tor-talk/2016-June/041057.html
---
 docs/source/tests/meek_fronted_requests.rst     | 36 -------------------------
 ooni/nettests/blocking/meek_fronted_requests.py |  4 +--
 2 files changed, 1 insertion(+), 39 deletions(-)

diff --git a/docs/source/tests/meek_fronted_requests.rst b/docs/source/tests/meek_fronted_requests.rst
index b865e18..5bade82 100644
--- a/docs/source/tests/meek_fronted_requests.rst
+++ b/docs/source/tests/meek_fronted_requests.rst
@@ -138,39 +138,3 @@ success: true
 test_runtime: 0.4580512046813965
 test_start_time: 1444932097.0
 ...
----
-agent: agent
-input: [www.google.com, meek-reflect.appspot.com]
-requests:
-- request:
-    body: null
-    headers:
-    - - Host
-      - [meek-reflect.appspot.com]
-    method: GET
-    tor: {is_tor: false}
-    url: https://www.google.com
-  response:
-    body: "I\u2019m just a happy little web server.\n"
-    code: 200
-    headers:
-    - - Alternate-Protocol
-      - ['443:quic,p=1']
-    - - Content-Length
-      - ['38']
-    - - Server
-      - [Google Frontend]
-    - - Connection
-      - [close]
-    - - Date
-      - ['Thu, 15 Oct 2015 20:01:38 GMT']
-    - - Alt-Svc
-      - ['quic=":443"; p="1"; ma=604800']
-    - - Content-Type
-      - [text/plain; charset=utf-8]
-socksproxy: null
-success: true
-test_runtime: 0.5862560272216797
-test_start_time: 1444932097.0
-...
-    ...
diff --git a/ooni/nettests/blocking/meek_fronted_requests.py b/ooni/nettests/blocking/meek_fronted_requests.py
index 960d971..a0088f5 100644
--- a/ooni/nettests/blocking/meek_fronted_requests.py
+++ b/ooni/nettests/blocking/meek_fronted_requests.py
@@ -23,7 +23,6 @@ class meekTest(httpt.HTTPTest):
     and response with: "I’m just a happy little web server.\n".
     The input file should be formatted as (one per line):
     "domainName:hostHeader"
-    www.google.com:meek-reflect.appspot.com
     ajax.aspnetcdn.com:az668014.vo.msecnd.net
     a0.awsstatic.com:d2zfqthxsdq309.cloudfront.net
 
@@ -37,8 +36,7 @@ class meekTest(httpt.HTTPTest):
     inputFile = ['file', 'f', None,
                   "File containing the domainName:hostHeader combinations to\
                   be tested, one per line."]
-    inputs = [('www.google.com', 'meek-reflect.appspot.com'),
-               ('ajax.aspnetcdn.com', 'az668014.vo.msecnd.net'),
+    inputs = [('ajax.aspnetcdn.com', 'az668014.vo.msecnd.net'),
                ('a0.awsstatic.com', 'd2zfqthxsdq309.cloudfront.net')]
 
     requiresRoot = False





More information about the tor-commits mailing list