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.
This commit is contained in:
Richard W.M. Jones
2026-03-17 15:20:31 +00:00
committed by rwmjones
parent fd6263df75
commit 0818f31960

View File

@@ -55,10 +55,6 @@ the qemu binary at the same time as the handle is created.|} };
style = RConstString "hv", [], []; style = RConstString "hv", [], [];
blocking = false; blocking = false;
deprecated_by = Replaced_by "get_hv"; deprecated_by = Replaced_by "get_hv";
tests = [
InitNone, Always, TestRun (
[["get_qemu"]]), []
];
shortdesc = "get the hypervisor binary (usually qemu)"; shortdesc = "get the hypervisor binary (usually qemu)";
longdesc = "\ longdesc = "\
Return the current hypervisor binary (usually qemu). Return the current hypervisor binary (usually qemu).