[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[tor-commits] [spec/master] Rename test spec to conform with name test spec
commit 00dce89f3b9f9ac0bc7c299ee62b92d359f615b6
Author: anadahz <kojgelo@xxxxxxxxx>
Date: Tue Oct 13 04:58:19 2015 +0200
Rename test spec to conform with name test spec
---
test-specs/ts-013-meek-fronted-requests.md | 108 +++++++++++++++++++++++++++++
test-specs/ts-013-meek_fronted_requests.md | 108 -----------------------------
2 files changed, 108 insertions(+), 108 deletions(-)
diff --git a/test-specs/ts-013-meek-fronted-requests.md b/test-specs/ts-013-meek-fronted-requests.md
new file mode 100644
index 0000000..f211cc4
--- /dev/null
+++ b/test-specs/ts-013-meek-fronted-requests.md
@@ -0,0 +1,108 @@
+# Specification version number
+
+2015-04-01-000
+
+# Specification name
+
+Meek Fronted Request Test
+
+# Test preconditions
+
+* An internet connection
+
+# Expected impact
+
+Ability to detect uncensored fronted domains that can transmit requests to the
+"inside" meek-server via an intermediary web service.
+
+# Expected inputs
+
+## Import document or import data format
+
+A list of domain names (fronted domains) and host headers (meek-server) of the
+intermediary web service.
+
+## Semantics
+
+The input document may contain a domain name and a host header combination per
+line separated by colon in the format:
+
+ DomainName:HostHeader
+
+Example:
+
+ www.google.com:meek-reflect.appspot.com
+ a0.awsstatic.com:d2zfqthxsdq309.cloudfront.net
+
+# Test description
+
+Performs a HTTP GET request to a list of fronted domains with the Host
+Header of the "inside" meek-server. The meek-server handles a GET request and
+response with: "Iâ??m just a happy little web server.\n".
+
+# Expected output
+
+## Parent data format
+
+df-001-httpt-000
+
+## Required output data
+
+* The domain name and host header used in the measurement
+ (DomainName:HostHeader)
+
+* The requests that have been made
+
+* The received responses
+
+* If the meek request is blocked
+
+## Semantics
+
+censored:
+ **boolean** indicates if an HTTP GET response to the meek server is
+ successfull
+
+## Possible conclusions
+
+If the fronted request/response to the meek server is successful.
+
+## Example output sample
+
+```
+agent: agent
+censored: false
+input: ajax.aspnetcdn.com:az668014.vo.msecnd.net
+requests:
+- request:
+ body: null
+ headers:
+ - - Host
+ - [az668014.vo.msecnd.net]
+ method: GET
+ tor: {is_tor: false}
+ url: https://ajax.aspnetcdn.com
+ response:
+ body: "I\u2019m just a happy little web server.\n"
+ code: 200
+ headers:
+ - - Content-Length
+ - ['38']
+ - - X-Cache
+ - [HIT]
+ - - X-Powered-By
+ - [ASP.NET]
+ - - Accept-Ranges
+ - [bytes]
+ - - Server
+ - [ECAcc (fcn/40C4)]
+ - - Last-Modified
+ - ['Wed, 01 Apr 2015 09:25:13 GMT']
+ - - Connection
+ - [close]
+ - - Date
+ - ['Wed, 01 Apr 2015 10:01:37 GMT']
+ - - Content-Type
+ - [text/plain; charset=utf-8]
+socksproxy: null
+```
diff --git a/test-specs/ts-013-meek_fronted_requests.md b/test-specs/ts-013-meek_fronted_requests.md
deleted file mode 100644
index f211cc4..0000000
--- a/test-specs/ts-013-meek_fronted_requests.md
+++ /dev/null
@@ -1,108 +0,0 @@
-# Specification version number
-
-2015-04-01-000
-
-# Specification name
-
-Meek Fronted Request Test
-
-# Test preconditions
-
-* An internet connection
-
-# Expected impact
-
-Ability to detect uncensored fronted domains that can transmit requests to the
-"inside" meek-server via an intermediary web service.
-
-# Expected inputs
-
-## Import document or import data format
-
-A list of domain names (fronted domains) and host headers (meek-server) of the
-intermediary web service.
-
-## Semantics
-
-The input document may contain a domain name and a host header combination per
-line separated by colon in the format:
-
- DomainName:HostHeader
-
-Example:
-
- www.google.com:meek-reflect.appspot.com
- a0.awsstatic.com:d2zfqthxsdq309.cloudfront.net
-
-# Test description
-
-Performs a HTTP GET request to a list of fronted domains with the Host
-Header of the "inside" meek-server. The meek-server handles a GET request and
-response with: "Iâ??m just a happy little web server.\n".
-
-# Expected output
-
-## Parent data format
-
-df-001-httpt-000
-
-## Required output data
-
-* The domain name and host header used in the measurement
- (DomainName:HostHeader)
-
-* The requests that have been made
-
-* The received responses
-
-* If the meek request is blocked
-
-## Semantics
-
-censored:
- **boolean** indicates if an HTTP GET response to the meek server is
- successfull
-
-## Possible conclusions
-
-If the fronted request/response to the meek server is successful.
-
-## Example output sample
-
-```
-agent: agent
-censored: false
-input: ajax.aspnetcdn.com:az668014.vo.msecnd.net
-requests:
-- request:
- body: null
- headers:
- - - Host
- - [az668014.vo.msecnd.net]
- method: GET
- tor: {is_tor: false}
- url: https://ajax.aspnetcdn.com
- response:
- body: "I\u2019m just a happy little web server.\n"
- code: 200
- headers:
- - - Content-Length
- - ['38']
- - - X-Cache
- - [HIT]
- - - X-Powered-By
- - [ASP.NET]
- - - Accept-Ranges
- - [bytes]
- - - Server
- - [ECAcc (fcn/40C4)]
- - - Last-Modified
- - ['Wed, 01 Apr 2015 09:25:13 GMT']
- - - Connection
- - [close]
- - - Date
- - ['Wed, 01 Apr 2015 10:01:37 GMT']
- - - Content-Type
- - [text/plain; charset=utf-8]
-socksproxy: null
-```
_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits