commit 2601d75c1efa9c1cc0e474f5bc1ef5955cda7703 Author: Arturo Filastò art@fuffa.org Date: Thu Aug 22 18:30:32 2013 +0200
Add a basic deck that includes inputs as URLs --- decks/basic.deck | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+)
diff --git a/decks/basic.deck b/decks/basic.deck new file mode 100644 index 0000000..c784cd5 --- /dev/null +++ b/decks/basic.deck @@ -0,0 +1,24 @@ +- options: + collector: null + help: 0 + logfile: null + no-default-reporter: 0 + parallelism: '10' + pcapfile: null + reportfile: null + resume: 0 + subargs: [-f, 'httpo://3mr5phzltfzqgh6y.onion/input/37e60e13536f6afe47a830bfb6b371b5cf65da66d7ad65137344679b24fdccd1'] + test_file: data/nettests/blocking/http_requests.py + testdeck: null +- options: + collector: null + help: 0 + logfile: null + no-default-reporter: 0 + parallelism: '10' + pcapfile: null + reportfile: null + resume: 0 + subargs: [-b, 'http://93.95.227.200'] + test_file: data/nettests/manipulation/http_header_field_manipulation.py + testdeck: null
tor-commits@lists.torproject.org