Commit 5e94577f authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Expect 503s

parent 3cd72fc6
......@@ -45,11 +45,13 @@ logexpect l1 -v v1 -g raw {
client c1 {
txreq -hdr "foo: 1"
rxresp
expect resp.status == 503
} -run
client c1 {
txreq -hdr "bar: 1"
rxresp
expect resp.status == 503
} -run
logexpect l1 -wait
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