Commit 79cf4bac authored by Dridi Boukelmoune's avatar Dridi Boukelmoune

Make v56.vtc easier to debug

In case of failure, I can see which client failed more easily.
parent bcd7d07a
......@@ -54,16 +54,21 @@ client c1 {
txreq
rxresp
expect resp.status == 500
} -run
barrier b1 sync
barrier b1 sync
barrier b2 sync
barrier b2 sync
client c2 {
txreq
rxresp
expect resp.status == 500
} -run
barrier b3 sync
barrier b4 sync
barrier b3 sync
barrier b4 sync
client c3 {
txreq
rxresp
expect resp.status == 200
......
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