Commit 7abf8292 authored by Martin Blix Grydeland's avatar Martin Blix Grydeland

Add testcase for the query operators

parent 00346d0e
varnishtest "Test VSL query operators"
server s1 {
rxreq
txresp
} -start
varnish v1 -vcl+backend {
} -start
logexpect l1 -v v1
client c1 {
txreq -hdr "Foo: bar"
rxresp
expect resp.status == 200
} -run
logexpect l1 -d 1 -g request -q "Begin eq 'req 1000'" {
expect * * Begin
expect * = ReqEnd
} -run
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