Commit 7441d21a authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Test case for CLI help and parameter functions



git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@2815 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent 6098a21a
# $Id$
test "Test CLI help and parameter functions"
varnish v1 -arg "-b localhost:9080"
varnish v1 -cli "help"
varnish v1 -cli "param.show"
varnish v1 -cli "param.show diag_bitmap"
varnish v1 -cli "param.set diag_bitmap 0x40"
varnish v1 -cli "param.set diag_bitmap 0x0"
varnish v1 -start
varnish v1 -cli "help"
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment