mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-21 22:53:37 +00:00
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:
committed by
rwmjones
parent
fd6263df75
commit
0818f31960
@@ -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).
|
||||||
|
|||||||
Reference in New Issue
Block a user