mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-09-17 23:07:55 +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:
@@ -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
|
||||
|
Reference in New Issue
Block a user