mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-06-27 15:57:09 +00:00
tests: Use full svc address to check kbs service
the service might not listen on the default port, use the full service address to ensure we are talking to the right resource. Signed-off-by: Lukáš Doktor <ldoktor@redhat.com>
This commit is contained in:
parent
6b0eaca4d4
commit
a671b3fc6e
@ -269,7 +269,7 @@ function kbs_k8s_deploy() {
|
||||
|
||||
if [ -n "$ingress" ]; then
|
||||
echo "::group::Check the kbs service is exposed"
|
||||
svc_host=$(kbs_k8s_svc_host)
|
||||
svc_host=$(kbs_k8s_svc_http_addr)
|
||||
if [ -z "$svc_host" ]; then
|
||||
echo "ERROR: service host not found"
|
||||
return 1
|
||||
|
Loading…
Reference in New Issue
Block a user