mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
conf: Add support for cputune/cachetune
More info in the documentation, this is basically the XML parsing/formatting support, schemas, tests and documentation for the new cputune/cachetune element that will get used by following patches. Signed-off-by: Martin Kletzander <mkletzan@redhat.com>
This commit is contained in:
@@ -130,6 +130,16 @@ mymain(void)
|
||||
DO_TEST_FULL("chardev-reconnect-invalid-mode", 0, false,
|
||||
TEST_COMPARE_DOM_XML2XML_RESULT_FAIL_PARSE);
|
||||
|
||||
DO_TEST("cachetune");
|
||||
DO_TEST("cachetune-small");
|
||||
DO_TEST("cachetune-cdp");
|
||||
DO_TEST_FULL("cachetune-colliding-allocs", false, true,
|
||||
TEST_COMPARE_DOM_XML2XML_RESULT_FAIL_PARSE);
|
||||
DO_TEST_FULL("cachetune-colliding-tunes", false, true,
|
||||
TEST_COMPARE_DOM_XML2XML_RESULT_FAIL_PARSE);
|
||||
DO_TEST_FULL("cachetune-colliding-types", false, true,
|
||||
TEST_COMPARE_DOM_XML2XML_RESULT_FAIL_PARSE);
|
||||
|
||||
virObjectUnref(caps);
|
||||
virObjectUnref(xmlopt);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user