mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-18 10:35:20 +00:00
tests: Fix the libxl xml2domconfig test
Commit a13b2905f7 missed an adjustment to a test that is only run when building against xen <= 4.9, where LIBXL_HAVE_BUILDINFO_NESTED_HVM is not defined. Adjust fullvirt-cpuid-legacy-nest test similar to the others. Signed-off-by: Jim Fehlig <jfehlig@suse.com>
This commit is contained in:
parent
a13b2905f7
commit
23bf93884c
@ -27,6 +27,9 @@
|
|||||||
"acpi": "True",
|
"acpi": "True",
|
||||||
"nested_hvm": "False",
|
"nested_hvm": "False",
|
||||||
"nographic": "True",
|
"nographic": "True",
|
||||||
|
"vga": {
|
||||||
|
"kind": "none"
|
||||||
|
},
|
||||||
"vnc": {
|
"vnc": {
|
||||||
"enable": "False"
|
"enable": "False"
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user