From 27d7f4c5b8081b0716f0f371f38e33f0adb6309a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabiano=20Fid=C3=AAncio?= Date: Tue, 21 May 2024 20:55:00 +0200 Subject: [PATCH] tests: kbs: Fix rust installation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit `externals.coco-kbs.toolchain` is not defined, get the rust_version from `externals.coco-trustee.toolchain` instead. Signed-off-by: Fabiano FidĂȘncio --- tests/integration/kubernetes/confidential_kbs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration/kubernetes/confidential_kbs.sh b/tests/integration/kubernetes/confidential_kbs.sh index e5fd174782..502bf73366 100644 --- a/tests/integration/kubernetes/confidential_kbs.sh +++ b/tests/integration/kubernetes/confidential_kbs.sh @@ -139,7 +139,7 @@ kbs_install_cli() { # Mininum required version to build the client (read from versions.yaml) local rust_version ensure_yq - rust_version=$(get_from_kata_deps "externals.coco-kbs.toolchain") + rust_version=$(get_from_kata_deps "externals.coco-trustee.toolchain") # Currently kata version from version.yaml is 1.72.0 # which doesn't match the requirement, so let's pass # the required version.