--------------------------
ooniprobe:
* Fix bug that made HTTP based tests stall
* Update DNS Test example to not import the DNS Test template If you import the
DNS Test template it will be considered a valid test case and command line
argument parsing will not work as expected. see:
7795 for more details
* Fix major bug in DNS test template that prevented PTR lookups from working
properly I was calling the queryUDP function with the arguments in the wrong
order. Twisted, why you API no consistent?
* Add support for specifying the level of parallelism in tests (aka router
melt mode)
* Do not swallow failures when a test instance fails to run fixes 7714
scripts:
* Add report archival script
Fix bug in TCP connect test that made it not properly log errors
* Refactor failure handling code in nettest Add function that traps all the
supported failure and outputs the failure string representing it.
documentation:
* Add birdseye view of the ooniprobe architecture
* Add details on the current implementation status of ooni*
* Add draft ooniprobe API specification
* Add instructions for supervisord configuration and clean up README.md