Commit 7275194b authored by Dridi Boukelmoune's avatar Dridi Boukelmoune

vtc: Remove test case redundant with m0

parent 480c5d2d
varnishtest "VMOD blob vcl.use and .discard"
server s1 {
} -start
varnish v1 -vcl+backend {
import blob;
} -start
varnish v1 -vcl+backend {
}
varnish v1 -cli "vcl.list"
varnish v1 -cli "vcl.use vcl1"
varnish v1 -cli "vcl.use vcl2"
varnish v1 -cli "vcl.use vcl1"
varnish v1 -expect vmods == 1
varnish v1 -cli "vcl.show vcl1"
varnish v1 -cli "vcl.use vcl2"
varnish v1 -cli "vcl.discard vcl1"
varnish v1 -cli "vcl.list"
varnish v1 -expect vmods == 0
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