mirror of https://github.com/status-im/consul.git
fix envoy integ test wait_for_namespace to actually work on CI (#9082)
This commit is contained in:
parent
c45fc85b94
commit
8acca3b261
|
@ -575,7 +575,8 @@ function read_config_entry {
|
||||||
}
|
}
|
||||||
|
|
||||||
function wait_for_namespace {
|
function wait_for_namespace {
|
||||||
retry_default curl -sL -f "http://127.0.0.1:8500/v1/namespace/${1}" >/dev/null
|
local DC=${1:-primary}
|
||||||
|
retry_default docker_curl "$DC" -sLf "http://127.0.0.1:8500/v1/namespace/${1}" >/dev/null
|
||||||
}
|
}
|
||||||
|
|
||||||
function wait_for_config_entry {
|
function wait_for_config_entry {
|
||||||
|
|
Loading…
Reference in New Issue