Commit b62cc4a1 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Better coverage of VCL related cli

parent a2219961
......@@ -7,6 +7,24 @@ server s1 {
txresp
} -start
varnish v1 -vcl+backend {} -start
varnish v1 -vcl+backend {}
varnish v1 -vcl+backend {}
varnish v1 -cliok vcl.list
varnish v1 -cliok start
varnish v1 -cliok debug.sizeof
varnish v1 -cliok "vcl.use vcl1"
varnish v1 -clierr 106 "vcl.discard vcl1"
varnish v1 -clierr 106 "vcl.discard vcl0"
varnish v1 -clierr 106 {vcl.inline vcl2 "vcl 4.0; backend foo {.host = \"127.0.0.1\";} "}
varnish v1 -clierr 106 {vcl.load vcl3 ./nonexistent.vcl}
varnish v1 -cliok "vcl.discard vcl2"
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