From 82a02251592ea9d06c8921a7cbf7e97fc51a2217 Mon Sep 17 00:00:00 2001 From: Jeremi Piotrowski Date: Tue, 5 Sep 2023 17:12:59 +0200 Subject: [PATCH] tests/vfio: Get rid of sync's It is fine to start a VM with the disk image without syncing it as we now run the test in an ephemeral Azure instance. Signed-off-by: Jeremi Piotrowski (cherry picked from commit df3dc1105c31a7e2ed301f5f90b4e6796d268bd3) --- tests/functional/vfio/vfio_fedora_vm_wrapper.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/functional/vfio/vfio_fedora_vm_wrapper.sh b/tests/functional/vfio/vfio_fedora_vm_wrapper.sh index 2928455324..1bb18f1d43 100755 --- a/tests/functional/vfio/vfio_fedora_vm_wrapper.sh +++ b/tests/functional/vfio/vfio_fedora_vm_wrapper.sh @@ -219,11 +219,9 @@ pull_fedora_cloud_image() { if [ ! -f "${fedora_img_cache}" ]; then curl -sL ${fedora_img_url} -o "${fedora_img_cache}.xz" xz -f -d "${fedora_img_cache}.xz" - sync fi cp -a "${fedora_img_cache}" "${fedora_img}" - sync # setup cloud image sudo losetup -D