From 2cb0d0e601c40e42f3d198df9060f5c4b3a7c52c Mon Sep 17 00:00:00 2001 From: Emanuele Prella Date: Fri, 3 Jul 2026 10:39:57 +0200 Subject: [PATCH] Wait for interfaces in running_vm call in clone test Signed-off-by: Emanuele Prella --- tests/storage/cdi_clone/test_clone.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/storage/cdi_clone/test_clone.py b/tests/storage/cdi_clone/test_clone.py index 7351eb5146..b9aad016a3 100644 --- a/tests/storage/cdi_clone/test_clone.py +++ b/tests/storage/cdi_clone/test_clone.py @@ -60,7 +60,7 @@ def create_vm_from_clone_dv_template( storage_class=storage_class, ), ) as vm: - running_vm(vm=vm, wait_for_interfaces=False) + running_vm(vm=vm) check_disk_count_in_vm(vm=vm)