]> xenbits.xensource.com Git - libvirt.git/commit
tests: Add tests for qemu S3/S4 state configuration
authorMartin Kletzander <mkletzan@redhat.com>
Thu, 2 Aug 2012 10:18:16 +0000 (12:18 +0200)
committerMartin Kletzander <mkletzan@redhat.com>
Mon, 3 Sep 2012 07:32:45 +0000 (09:32 +0200)
commit65c4ae93b5e37a41beac189bf816fec9d0bcab84
tree12c51784e0b2bd95786ec5c92e97962636011deb
parentb8216ec91703423bdeaba9319b2ad59c0d4addde
tests: Add tests for qemu S3/S4 state configuration

Few tests were added which are checking whether the parsing of the xml
and command-line arguments is working and compatible with each other.
tests/qemuargv2xmltest.c
tests/qemuxml2argvdata/qemuxml2argv-misc-disable-s3.args [new file with mode: 0644]
tests/qemuxml2argvdata/qemuxml2argv-misc-disable-s3.xml [new file with mode: 0644]
tests/qemuxml2argvdata/qemuxml2argv-misc-disable-suspends.args [new file with mode: 0644]
tests/qemuxml2argvdata/qemuxml2argv-misc-disable-suspends.xml [new file with mode: 0644]
tests/qemuxml2argvdata/qemuxml2argv-misc-enable-s4.args [new file with mode: 0644]
tests/qemuxml2argvdata/qemuxml2argv-misc-enable-s4.xml [new file with mode: 0644]
tests/qemuxml2argvtest.c
tests/qemuxml2xmltest.c