[sbws/master] tests: Add country to the user configuration

commit 878e21e36b6e0def6e348fcd0127d20d72e24bd8 Author: juga0 <juga@riseup.net> Date: Tue Feb 26 07:05:52 2019 +0000 tests: Add country to the user configuration used to run the scanner. The test that runs the scanner was introduced by #28788. --- tests/integration/sbws_testnet.ini | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/integration/sbws_testnet.ini b/tests/integration/sbws_testnet.ini index 99b7f56..32fa1af 100644 --- a/tests/integration/sbws_testnet.ini +++ b/tests/integration/sbws_testnet.ini @@ -5,6 +5,9 @@ data_period = 1 [paths] sbws_home = /tmp/.sbws +[scanner] +country = ZZ + [destinations] local = on @@ -12,6 +15,7 @@ local = on ; url = https://localhost:28888/sbws.bin url = http://127.0.0.1:28888/sbws.bin verify = False +country = ZZ [tor] extra_lines =
participants (1)
-
juga@torproject.org