]> git.ipfire.org Git - thirdparty/libvirt.git/commit
test: Implement snapshot create/delete/revert APIs
authorCole Robinson <crobinso@redhat.com>
Wed, 7 Aug 2013 17:40:46 +0000 (13:40 -0400)
committerCole Robinson <crobinso@redhat.com>
Thu, 3 Oct 2013 21:26:50 +0000 (17:26 -0400)
commit390c06b6757fe60f7d5ebe5dedc79bf06a3e2561
tree5c382a717e276616a4b291b38ec3ad9c75d6e152
parent1d24185284ea0c352abf5ffe83884624f77f4410
test: Implement snapshot create/delete/revert APIs

Again stolen from qemu_driver.c, but dropping all the unneeded bits.
This aims to copy all the current qemu validation checks since that's
the most commonly used real driver, but some of the checks are
completely artificial in the test driver.

This only supports creation of internal snapshots for initial
simplicity.
src/conf/domain_conf.c
src/test/test_driver.c