From 72c2d14733d8326db4d577a94592d6214d257c38 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Arturo=20Filast=C3=B2?= Date: Wed, 11 Dec 2024 14:01:55 -0500 Subject: [PATCH] Update OONI Run v2 spec Explicit default values for for manual run and background run defaults --- backends/bk-005-ooni-run-v2.md | 31 ++++++++++++++++++++++++++++++- 1 file changed, 30 insertions(+), 1 deletion(-) diff --git a/backends/bk-005-ooni-run-v2.md b/backends/bk-005-ooni-run-v2.md index 561a008f..6ee9f693 100644 --- a/backends/bk-005-ooni-run-v2.md +++ b/backends/bk-005-ooni-run-v2.md @@ -231,15 +231,24 @@ dashboard as follows. "nettests": [ { - "test_name": "whatsapp" + "test_name": "whatsapp", + "is_manual_run_enabled": true, + "is_background_run_enabled": true, + }, { + "is_manual_run_enabled": true, + "is_background_run_enabled": true, "test_name": "telegram" }, { + "is_manual_run_enabled": true, + "is_background_run_enabled": true, "test_name": "facebook_messenger" }, { + "is_manual_run_enabled": true, + "is_background_run_enabled": true, "test_name": "signal" }, ] @@ -258,12 +267,18 @@ dashboard as follows. "nettests": [ { + "is_manual_run_enabled": true, + "is_background_run_enabled": true, "test_name": "psiphon" }, { + "is_manual_run_enabled": true, + "is_background_run_enabled": true, "test_name": "tor" }, { + "is_manual_run_enabled": true, + "is_background_run_enabled": true, "test_name": "riseupvpn" } ] @@ -282,15 +297,23 @@ dashboard as follows. "nettests": [ { + "is_manual_run_enabled": true, + "is_background_run_enabled": true, "test_name": "http_invalid_request_line" }, { + "is_manual_run_enabled": true, + "is_background_run_enabled": true, "test_name": "http_header_field_manipulation" }, { + "is_manual_run_enabled": true, + "is_background_run_enabled": false, "test_name": "ndt" }, { + "is_manual_run_enabled": true, + "is_background_run_enabled": false, "test_name": "dash" }, ] @@ -308,17 +331,23 @@ dashboard as follows. "nettests": [ { + "is_manual_run_enabled": true, + "is_background_run_enabled": true, "test_name": "stun_reachability" }, { + "is_manual_run_enabled": true, + "is_background_run_enabled": true, "test_name": "dnscheck" }, { "is_manual_run_enabled": false, + "is_background_run_enabled": true, "test_name": "tor_snowflake" }, { "is_manual_run_enabled": false, + "is_background_run_enabled": true, "test_name": "vanilla_tor" }, ]