Unverified Commit 5aede725 authored by Guillaume Quintard's avatar Guillaume Quintard Committed by Nils Goroll

add test

parent 4b4411d2
varnishtest "varnishstat -j"
server s1 -repeat 5 {
rxreq
txresp
} -start
varnish v1 -vcl+backend {} -start
client c1 -repeat 5 {
txreq
rxresp
} -run
delay 1
shell { varnishstat -n ${v1_name} -j }
shell -expect "1" { varnishstat -n ${v1_name} -j | python3 -c 'import sys, json; print(json.load(sys.stdin)["version"])' }
shell -expect "5" { varnishstat -n ${v1_name} -j | python3 -c 'import sys, json; print(json.load(sys.stdin)["counters"]["MAIN.client_req"]["value"])' }
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