From adddaff1836f928b14865771294bab0b1eedd01c Mon Sep 17 00:00:00 2001 From: Jim Fehlig Date: Mon, 14 Mar 2016 16:35:02 -0600 Subject: [PATCH] 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'. --- tests/domainschemadata/default-cache-mode.xml | 26 +++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 tests/domainschemadata/default-cache-mode.xml 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 + + + + +
+ + + + + -- GitLab