From 4477b4c9dc037465c49fef04e1a6e9d119c1538c Mon Sep 17 00:00:00 2001 From: Gabriela Cervantes Date: Thu, 11 Jul 2024 17:09:35 +0000 Subject: [PATCH] common: Add share fs information for dragonball This PR adds the share fs information for dragonball using kata-ctl to avoid the failures in runk tests saying that shared_fs is an unbound variable. Signed-off-by: Gabriela Cervantes --- tests/common.bash | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/common.bash b/tests/common.bash index 046ae694e1..5401571f2e 100644 --- a/tests/common.bash +++ b/tests/common.bash @@ -152,6 +152,7 @@ function extract_kata_env() { hypervisor_path=".hypervisor.path" virtio_fs_daemon_path=".hypervisor.virtio_fs_daemon" initrd_path=".initrd.path" + shared_fs=".hypervisor.shared_fs" ;; *) cmd=kata-runtime