]> git.proxmox.com Git - qemu-server.git/commit
Add regression tests for snapshotting
authorFabian Grünbichler <f.gruenbichler@proxmox.com>
Fri, 4 Mar 2016 09:09:45 +0000 (10:09 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Fri, 4 Mar 2016 10:23:23 +0000 (11:23 +0100)
commita157d0fd1738ebc82c6c1bb9b96b3b66c8e5c422
treefbc83ef1fd53351f56b7d657b37c405f5edaae13
parent74479ee9bbfe715d1ce48f4d31eea0befbe9e607
Add regression tests for snapshotting

these are modelled after the existing snapshot tests for LXC
and should serve as a baseline for refactoring the Qemu
snapshot code using PVE::AbstractConfig
91 files changed:
test/Makefile [new file with mode: 0644]
test/run_snapshot_tests.pl [new file with mode: 0755]
test/snapshot-expected/commit/qemu-server/101.conf [new file with mode: 0644]
test/snapshot-expected/commit/qemu-server/102.conf [new file with mode: 0644]
test/snapshot-expected/commit/qemu-server/201.conf [new file with mode: 0644]
test/snapshot-expected/commit/qemu-server/202.conf [new file with mode: 0644]
test/snapshot-expected/commit/qemu-server/203.conf [new file with mode: 0644]
test/snapshot-expected/create/qemu-server/101.conf [new file with mode: 0644]
test/snapshot-expected/create/qemu-server/102.conf [new file with mode: 0644]
test/snapshot-expected/create/qemu-server/103.conf [new file with mode: 0644]
test/snapshot-expected/create/qemu-server/104.conf [new file with mode: 0644]
test/snapshot-expected/create/qemu-server/105.conf [new file with mode: 0644]
test/snapshot-expected/create/qemu-server/106.conf [new file with mode: 0644]
test/snapshot-expected/create/qemu-server/201.conf [new file with mode: 0644]
test/snapshot-expected/create/qemu-server/202.conf [new file with mode: 0644]
test/snapshot-expected/create/qemu-server/203.conf [new file with mode: 0644]
test/snapshot-expected/delete/qemu-server/101.conf [new file with mode: 0644]
test/snapshot-expected/delete/qemu-server/102.conf [new file with mode: 0644]
test/snapshot-expected/delete/qemu-server/103.conf [new file with mode: 0644]
test/snapshot-expected/delete/qemu-server/104.conf [new file with mode: 0644]
test/snapshot-expected/delete/qemu-server/105.conf [new file with mode: 0644]
test/snapshot-expected/delete/qemu-server/106.conf [new file with mode: 0644]
test/snapshot-expected/delete/qemu-server/201.conf [new file with mode: 0644]
test/snapshot-expected/delete/qemu-server/202.conf [new file with mode: 0644]
test/snapshot-expected/delete/qemu-server/203.conf [new file with mode: 0644]
test/snapshot-expected/prepare/qemu-server/101.conf [new file with mode: 0644]
test/snapshot-expected/prepare/qemu-server/102.conf [new file with mode: 0644]
test/snapshot-expected/prepare/qemu-server/103.conf [new file with mode: 0644]
test/snapshot-expected/prepare/qemu-server/104.conf [new file with mode: 0644]
test/snapshot-expected/prepare/qemu-server/200.conf [new file with mode: 0644]
test/snapshot-expected/prepare/qemu-server/201.conf [new file with mode: 0644]
test/snapshot-expected/prepare/qemu-server/202.conf [new file with mode: 0644]
test/snapshot-expected/prepare/qemu-server/300.conf [new file with mode: 0644]
test/snapshot-expected/rollback/qemu-server/101.conf [new file with mode: 0644]
test/snapshot-expected/rollback/qemu-server/102.conf [new file with mode: 0644]
test/snapshot-expected/rollback/qemu-server/103.conf [new file with mode: 0644]
test/snapshot-expected/rollback/qemu-server/104.conf [new file with mode: 0644]
test/snapshot-expected/rollback/qemu-server/105.conf [new file with mode: 0644]
test/snapshot-expected/rollback/qemu-server/106.conf [new file with mode: 0644]
test/snapshot-expected/rollback/qemu-server/201.conf [new file with mode: 0644]
test/snapshot-expected/rollback/qemu-server/202.conf [new file with mode: 0644]
test/snapshot-expected/rollback/qemu-server/203.conf [new file with mode: 0644]
test/snapshot-expected/rollback/qemu-server/204.conf [new file with mode: 0644]
test/snapshot-expected/rollback/qemu-server/205.conf [new file with mode: 0644]
test/snapshot-expected/rollback/qemu-server/206.conf [new file with mode: 0644]
test/snapshot-expected/rollback/qemu-server/207.conf [new file with mode: 0644]
test/snapshot-input/commit/qemu-server/101.conf [new file with mode: 0644]
test/snapshot-input/commit/qemu-server/102.conf [new file with mode: 0644]
test/snapshot-input/commit/qemu-server/201.conf [new file with mode: 0644]
test/snapshot-input/commit/qemu-server/202.conf [new file with mode: 0644]
test/snapshot-input/commit/qemu-server/203.conf [new file with mode: 0644]
test/snapshot-input/create/qemu-server/101.conf [new file with mode: 0644]
test/snapshot-input/create/qemu-server/102.conf [new file with mode: 0644]
test/snapshot-input/create/qemu-server/103.conf [new file with mode: 0644]
test/snapshot-input/create/qemu-server/104.conf [new file with mode: 0644]
test/snapshot-input/create/qemu-server/105.conf [new file with mode: 0644]
test/snapshot-input/create/qemu-server/106.conf [new file with mode: 0644]
test/snapshot-input/create/qemu-server/201.conf [new file with mode: 0644]
test/snapshot-input/create/qemu-server/202.conf [new file with mode: 0644]
test/snapshot-input/create/qemu-server/203.conf [new file with mode: 0644]
test/snapshot-input/delete/qemu-server/101.conf [new file with mode: 0644]
test/snapshot-input/delete/qemu-server/102.conf [new file with mode: 0644]
test/snapshot-input/delete/qemu-server/103.conf [new file with mode: 0644]
test/snapshot-input/delete/qemu-server/104.conf [new file with mode: 0644]
test/snapshot-input/delete/qemu-server/105.conf [new file with mode: 0644]
test/snapshot-input/delete/qemu-server/106.conf [new file with mode: 0644]
test/snapshot-input/delete/qemu-server/201.conf [new file with mode: 0644]
test/snapshot-input/delete/qemu-server/202.conf [new file with mode: 0644]
test/snapshot-input/delete/qemu-server/203.conf [new file with mode: 0644]
test/snapshot-input/prepare/qemu-server/101.conf [new file with mode: 0644]
test/snapshot-input/prepare/qemu-server/102.conf [new file with mode: 0644]
test/snapshot-input/prepare/qemu-server/103.conf [new file with mode: 0644]
test/snapshot-input/prepare/qemu-server/104.conf [new file with mode: 0644]
test/snapshot-input/prepare/qemu-server/200.conf [new file with mode: 0644]
test/snapshot-input/prepare/qemu-server/201.conf [new file with mode: 0644]
test/snapshot-input/prepare/qemu-server/202.conf [new file with mode: 0644]
test/snapshot-input/prepare/qemu-server/300.conf [new file with mode: 0644]
test/snapshot-input/rollback/qemu-server/101.conf [new file with mode: 0644]
test/snapshot-input/rollback/qemu-server/102.conf [new file with mode: 0644]
test/snapshot-input/rollback/qemu-server/103.conf [new file with mode: 0644]
test/snapshot-input/rollback/qemu-server/104.conf [new file with mode: 0644]
test/snapshot-input/rollback/qemu-server/105.conf [new file with mode: 0644]
test/snapshot-input/rollback/qemu-server/106.conf [new file with mode: 0644]
test/snapshot-input/rollback/qemu-server/201.conf [new file with mode: 0644]
test/snapshot-input/rollback/qemu-server/202.conf [new file with mode: 0644]
test/snapshot-input/rollback/qemu-server/203.conf [new file with mode: 0644]
test/snapshot-input/rollback/qemu-server/204.conf [new file with mode: 0644]
test/snapshot-input/rollback/qemu-server/205.conf [new file with mode: 0644]
test/snapshot-input/rollback/qemu-server/206.conf [new file with mode: 0644]
test/snapshot-input/rollback/qemu-server/207.conf [new file with mode: 0644]
test/snapshot-test.pm [new file with mode: 0644]