[tor-commits] [spec/master] Add test_helpers and report_id keys to report header
art at torproject.org
art at torproject.org
Wed Apr 15 17:10:25 UTC 2015
commit e21e84c736141955852dcd4bfcaa9b8a3e9feb04
Author: Arturo Filastò <art at fuffa.org>
Date: Wed Mar 25 11:52:53 2015 +0100
Add test_helpers and report_id keys to report header
---
data-formats/df-000-base.md | 10 +++++++++-
1 file changed, 9 insertions(+), 1 deletion(-)
diff --git a/data-formats/df-000-base.md b/data-formats/df-000-base.md
index 8ca41c8..27120d8 100644
--- a/data-formats/df-000-base.md
+++ b/data-formats/df-000-base.md
@@ -24,7 +24,7 @@ format.
This specification is of the basic data format common to all ooniprobe test
outputs.
-Data Format Version: df-000-base-000
+Data Format Version: df-000-base-001
## Specification
@@ -62,6 +62,12 @@ Data Format Version: df-000-base-000
data_format_version:
The version string of the data format being used by the test (ex. httpt-000)
+
+ report_id:
+ A 64 character mixed case string that is generated by the client used to identify the report.
+
+ test_helpers:
+ A dictionary with as keys the names of the options and values the addresses of the test helpers used
...
# Example output
@@ -89,6 +95,8 @@ Data Format Version: df-000-base-000
start_time: 1359401639.0
test_name: HTTP Invalid Request Line
test_version: 0.1.3
+ test_helpers: {backend: "http://93.95.227.200"}
+ report_id: xxxxxxxXXXxXXXxxxxxxxxxxxxXXXxXXXxsxxxXXXxXXXxxxXXXxXXXxxxXXXxX
...
More information about the tor-commits
mailing list