From: Jim Fehlig Date: Mon, 14 Mar 2016 22:35:02 +0000 (-0600) Subject: tests: add schema test for default cache mode X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=adddaff1836f928b14865771294bab0b1eedd01c;p=libvirt.git tests: add schema test for default cache mode None of the existing domXML configs under tests/* specify a default cache mode since default generally means "use the hypervisor default" and is left unset by the various hypervisor drivers. Add a config to tests/domainschemadata that specifies cache='default'. --- diff --git a/tests/domainschemadata/default-cache-mode.xml b/tests/domainschemadata/default-cache-mode.xml new file mode 100644 index 0000000000..9880cda9de --- /dev/null +++ b/tests/domainschemadata/default-cache-mode.xml @@ -0,0 +1,26 @@ + + QEMUGuest1 + c7a5fdbd-edaf-9455-926a-d65c16db1809 + 219200 + 219200 + 1 + + hvm + + + + destroy + restart + destroy + + /usr/bin/qemu + + + + +
+ + + + +