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