Adding an option --safe-post

This commit is contained in:
Miroslav Stampar
2015-04-20 23:55:59 +02:00
parent 7517db76d1
commit 349dfbf2ae
5 changed files with 10 additions and 2 deletions

View File

@@ -188,6 +188,9 @@ def cmdLineParser():
request.add_option("--safe-url", dest="safUrl",
help="URL address to visit frequently during testing")
request.add_option("--safe-post", dest="safPost",
help="POST data to send to a safe URL")
request.add_option("--safe-freq", dest="saFreq", type="int",
help="Test requests between two visits to a given safe URL")