From 8a850dc8e608686a09b02de98dd3b664947c71f3 Mon Sep 17 00:00:00 2001 From: Aldo Cortesi Date: Sun, 3 Mar 2013 22:39:26 +1300 Subject: [PATCH] Few more fuzzing commands, exclude console app from coverage. --- .coveragerc | 2 +- test/fuzzing/go_proxy | 8 +++++--- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/.coveragerc b/.coveragerc index dd57a6e70..7a4e3ab73 100644 --- a/.coveragerc +++ b/.coveragerc @@ -2,5 +2,5 @@ branch = True [report] -omit = *contrib*, *tnetstring*, *platform* +omit = *contrib*, *tnetstring*, *platform*, *console* include = *libmproxy* diff --git a/test/fuzzing/go_proxy b/test/fuzzing/go_proxy index 505880492..c9b6aef68 100755 --- a/test/fuzzing/go_proxy +++ b/test/fuzzing/go_proxy @@ -14,7 +14,9 @@ BASE_HTTP="/Users/aldo/git/public/pathod/pathoc -Tt 1 -eo -I 200,400,405,502 -p # pathod with SSL enabled is running on port 9999 BASE_HTTPS="/Users/aldo/git/public/pathod/pathoc -sc localhost:9999 -Tt 1 -eo -I 200,400,404,405,502,800 -p 8080 localhost " -$BASE_HTTPS -en 10000 "get:/p/200:ir,@1" -#$BASE_HTTP -n 100 "get:/p/'200:dr'" +$BASE_HTTPS -en 10000 "get:'/p/200:b@10:ir,@1'" +#$BASE_HTTPS -en 10000 "get:'/p/200:ir,@1'" + +#$BASE_HTTPS -n 100 "get:'/p/200:dr'" #$BASE_HTTPS -n 10000 "get:'/p/200:ir,@3000'" -#$BASE_HTTPS -n 10000 "get:'/p/200:ir,\"\ \n \"'" +#$BASE_HTTPS -n 10000 "get:'/p/200:ir,\"\\n\"'"