Skip to content

Commit

Permalink
Few more fuzzing commands, exclude console app from coverage.
Browse files Browse the repository at this point in the history
  • Loading branch information
cortesi committed Mar 3, 2013
1 parent cde66cd commit 8a850dc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .coveragerc
Expand Up @@ -2,5 +2,5 @@
branch = True

[report]
omit = *contrib*, *tnetstring*, *platform*
omit = *contrib*, *tnetstring*, *platform*, *console*
include = *libmproxy*
8 changes: 5 additions & 3 deletions test/fuzzing/go_proxy
Expand Up @@ -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\"'"

0 comments on commit 8a850dc

Please sign in to comment.