commit 49e5967408c61145c7d75c67b35c8b7a145dfa48 Author: aagbsn aagbsn@extc.org Date: Sat Aug 24 15:02:09 2013 +0200
Update data/policy.yaml to use the NetTest name.
Some of the NetTest name strings do not match the convention used by ooni-probe. Note that we normalize the NetTestClass.name field. See : ooni-probe/ooni/nettest.py:195 and 392 --- data/policy.yaml | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-)
diff --git a/data/policy.yaml b/data/policy.yaml index e0d6c08..fcc1df4 100644 --- a/data/policy.yaml +++ b/data/policy.yaml @@ -2,14 +2,13 @@ input: - {id: 37e60e13536f6afe47a830bfb6b371b5cf65da66d7ad65137344679b24fdccd1} - {id: e0611ecd28bead38a7afeb4dda8ae3449d0fc2e1ba53fa7355f2799dce9af290} nettest: -- {name: dnsconsistency, version: 0.5} -- {name: http_requests, version: 0.2.3} -- {name: tcpconnect, version: 0.1} -- {name: captiveportal, version: 0.2} -- {name: daphne, version: 0.1} -- {name: dnsspoof, version: 0.2} -- {name: http_body, version: 0.0.1} +- {name: dns_consistency, version: 0.5} +- {name: http_requests_test, version: 0.2.3} +- {name: tcp_connect, version: 0.1} +- {name: captivep, version: 0.2} +- {name: daphne3, version: 0.1} +- {name: dns_spoof, version: 0.2} - {name: http_header_field_manipulation, version: 0.1.3} - {name: http_host, version: 0.2.3} - {name: http_invalid_request_line, version: 0.1.4} -- {name: traceroute, version: 0.1.1} +- {name: multi_protocol_traceroute_test, version: 0.1.1}
tor-commits@lists.torproject.org