]> git.ipfire.org Git - thirdparty/libvirt.git/commit
tests: Add "no-kvm-pit-device" testcase
authorMaxim Nestratov <mnestratov@virtuozzo.com>
Fri, 9 Dec 2016 14:28:06 +0000 (17:28 +0300)
committerJohn Ferlan <jferlan@redhat.com>
Fri, 6 Jan 2017 23:27:06 +0000 (18:27 -0500)
commit245d9ba21e14865c75748633d482de3d8c448214
treeb45f96b38dcd8ec23d74bf0b9ba2278084615fdb
parentaf78cb04867263900ecb682279d79e8b9af84b7b
tests: Add "no-kvm-pit-device" testcase

Add a test case for when the QEMU_CAPS_NO_KVM_PIT capability is set.
This capability is mutually exclusive to QEMU_CAPS_KVM_PIT_TICK_POLICY
and results in the same output regardless of whether "discard" or
"delay" was specified in the guest XML for 'tickpolicy'.

Signed-off-by: Maxim Nestratov <mnestratov@virtuozzo.com>
tests/qemuxml2argvdata/qemuxml2argv-no-kvm-pit-device.args [new file with mode: 0644]
tests/qemuxml2argvdata/qemuxml2argv-no-kvm-pit-device.xml [new file with mode: 0644]
tests/qemuxml2argvtest.c