From: Jim Fehlig Date: Thu, 7 May 2020 23:38:41 +0000 (-0600) Subject: tests: Fix the libxl xml2domconfig test X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=23bf93884c6346206e87c0f14d93f905e8c81267;p=libvirt.git 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 --- diff --git a/tests/libxlxml2domconfigdata/fullvirt-cpuid-legacy-nest.json b/tests/libxlxml2domconfigdata/fullvirt-cpuid-legacy-nest.json index cdc8b9867d..0944476151 100644 --- a/tests/libxlxml2domconfigdata/fullvirt-cpuid-legacy-nest.json +++ b/tests/libxlxml2domconfigdata/fullvirt-cpuid-legacy-nest.json @@ -27,6 +27,9 @@ "acpi": "True", "nested_hvm": "False", "nographic": "True", + "vga": { + "kind": "none" + }, "vnc": { "enable": "False" },