2
0
mirror of https://github.com/status-im/consul.git synced 2025-01-13 23:36:00 +00:00
R.B. Boyer 2011f3d7dc
xds: mesh gateway CDS requests are now allowed to receive an empty CDS reply ()
This is the rest of the fix for  that was incompletely fixed in .
2019-11-26 15:55:13 -06:00

12 lines
243 B
Bash

#!/usr/bin/env bats
load helpers
@test "gateway-primary proxy admin is up on :19000" {
retry_default curl -f -s localhost:19000/stats -o /dev/null
}
@test "gateway-primary listener is up on :4431" {
retry_default nc -z localhost:4431
}