From 0818f31960d318f197d233ddc72d4de3bc6e17a5 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Tue, 17 Mar 2026 15:20:31 +0000 Subject: [PATCH] generator: Remove test of deprecated guestfs_get_qemu With the libvirt backend this test will fail since we don't (and can't) know the default qemu until the appliance has launched. Since this is a deprecated API, delete the test. --- generator/actions_properties_deprecated.ml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/generator/actions_properties_deprecated.ml b/generator/actions_properties_deprecated.ml index 9e9369ce9..76fa0a6a5 100644 --- a/generator/actions_properties_deprecated.ml +++ b/generator/actions_properties_deprecated.ml @@ -55,10 +55,6 @@ the qemu binary at the same time as the handle is created.|} }; style = RConstString "hv", [], []; blocking = false; deprecated_by = Replaced_by "get_hv"; - tests = [ - InitNone, Always, TestRun ( - [["get_qemu"]]), [] - ]; shortdesc = "get the hypervisor binary (usually qemu)"; longdesc = "\ Return the current hypervisor binary (usually qemu).