Commit d9d8848b authored by Nils Goroll's avatar Nils Goroll

Re-sort expects to make the log easier to read

parent 09953854
......@@ -35,9 +35,9 @@ client c1 {
txreq
rxresp
expect resp.status == 200
expect resp.http.probe-healthy == "true"
expect resp.http.has-probe == "true"
expect resp.http.admin-health == "probe"
expect resp.http.has-probe == "true"
expect resp.http.probe-healthy == "true"
expect resp.http.health-changed ~ ".+"
} -run
......@@ -47,9 +47,9 @@ client c1 {
txreq
rxresp
expect resp.status == 200
expect resp.http.probe-healthy == "true"
expect resp.http.has-probe == "true"
expect resp.http.admin-health == "sick"
expect resp.http.has-probe == "true"
expect resp.http.probe-healthy == "true"
expect resp.http.health-changed ~ ".+"
} -run
......@@ -59,9 +59,9 @@ client c1 {
txreq
rxresp
expect resp.status == 200
expect resp.http.probe-healthy == "true"
expect resp.http.has-probe == "true"
expect resp.http.admin-health == "healthy"
expect resp.http.has-probe == "true"
expect resp.http.probe-healthy == "true"
expect resp.http.health-changed ~ ".+"
} -run
......@@ -71,9 +71,9 @@ client c1 {
txreq
rxresp
expect resp.status == 200
expect resp.http.probe-healthy == "true"
expect resp.http.has-probe == "true"
expect resp.http.admin-health == "probe"
expect resp.http.has-probe == "true"
expect resp.http.probe-healthy == "true"
expect resp.http.health-changed ~ ".+"
} -run
......@@ -110,9 +110,9 @@ client c1 {
txreq
rxresp
expect resp.status == 200
expect resp.http.probe-healthy == "false"
expect resp.http.has-probe == "true"
expect resp.http.admin-health == "probe"
expect resp.http.has-probe == "true"
expect resp.http.probe-healthy == "false"
expect resp.http.health-changed ~ ".+"
} -run
......@@ -122,9 +122,9 @@ client c1 {
txreq
rxresp
expect resp.status == 200
expect resp.http.probe-healthy == "false"
expect resp.http.has-probe == "true"
expect resp.http.admin-health == "sick"
expect resp.http.has-probe == "true"
expect resp.http.probe-healthy == "false"
expect resp.http.health-changed ~ ".+"
} -run
......@@ -134,9 +134,9 @@ client c1 {
txreq
rxresp
expect resp.status == 200
expect resp.http.probe-healthy == "false"
expect resp.http.has-probe == "true"
expect resp.http.admin-health == "healthy"
expect resp.http.has-probe == "true"
expect resp.http.probe-healthy == "false"
expect resp.http.health-changed ~ ".+"
} -run
......@@ -146,9 +146,9 @@ client c1 {
txreq
rxresp
expect resp.status == 200
expect resp.http.probe-healthy == "false"
expect resp.http.has-probe == "true"
expect resp.http.admin-health == "probe"
expect resp.http.has-probe == "true"
expect resp.http.probe-healthy == "false"
expect resp.http.health-changed ~ ".+"
} -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