commit 3c1d689561c52319aee16fbbea0e773edf9a0b08 Author: Isis Lovecruft isis@torproject.org Date: Thu Oct 11 22:46:04 2012 +0000
* Updated documentation on the *super* old ooni tests and modified .gitignore to exclude *.yaml and some asset files. --- .gitignore | 8 +++++--- ooni/oonitests/TO_BE_PORTED.txt | 9 +++++++++ 2 files changed, 14 insertions(+), 3 deletions(-)
diff --git a/.gitignore b/.gitignore index 5d6ba15..7025064 100644 --- a/.gitignore +++ b/.gitignore @@ -8,9 +8,11 @@ proxy-lists/ips.txt proxy-lists/italy-dns-ips.txt proxy-lists/italy-http-ips.txt private/* -/ooni/plugins/dropin.cache -oonib/oonibackend.conf +ooni/assets/bridge*.txt ooni/lib/txtorcon +ooni/plugins/dropin.cache +ooni/report*.yaml +oonib/oonibackend.conf +oonib/data/* fluff/ pcaps/ -oonib/data/* diff --git a/ooni/oonitests/TO_BE_PORTED.txt b/ooni/oonitests/TO_BE_PORTED.txt new file mode 100644 index 0000000..02447cb --- /dev/null +++ b/ooni/oonitests/TO_BE_PORTED.txt @@ -0,0 +1,9 @@ + +The tests in this directory are very old, and have neither been ported to +Twisted, nor to the new twisted.trial API framework. Although, they are not +old in the sense of the *seriously old* OONI code which was written two years +ago. + +These tests should be updated at least to use Twisted. + +-isis