]> xenbits.xensource.com Git - libvirt.git/commitdiff
tests: Fix the libxl xml2domconfig test
authorJim Fehlig <jfehlig@suse.com>
Thu, 7 May 2020 23:38:41 +0000 (17:38 -0600)
committerJim Fehlig <jfehlig@suse.com>
Thu, 7 May 2020 23:38:41 +0000 (17:38 -0600)
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>
tests/libxlxml2domconfigdata/fullvirt-cpuid-legacy-nest.json

index cdc8b9867d7052958bd51ec0b3c0bc1c6f44eaf6..094447615189e8a291a66d77a4febc245b4acedb 100644 (file)
@@ -27,6 +27,9 @@
             "acpi": "True",
             "nested_hvm": "False",
             "nographic": "True",
+            "vga": {
+                "kind": "none"
+            },
             "vnc": {
                 "enable": "False"
             },