]> git.proxmox.com Git - pve-container.git/commit - src/test/snapshot-expected/delete/lxc/105.conf
Add snapshot tests
authorFabian Grünbichler <f.gruenbichler@proxmox.com>
Mon, 22 Feb 2016 12:31:29 +0000 (13:31 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Mon, 22 Feb 2016 14:59:10 +0000 (15:59 +0100)
commit0fdbd016eccb3a89015f3d54b7beb4e02fc935a5
tree92fa032073b3cb8760d9c59a171a3828b7a0a8c4
parent20e5d10659fd4fcff06bfcd3ba792d743619525f
Add snapshot tests

tested so far:
-snapshot_prepare
-snapshot_commit
-snapshot_create
-snapshot_delete
50 files changed:
src/test/Makefile
src/test/run_setup_tests.pl [new file with mode: 0755]
src/test/run_snapshot_tests.pl [new file with mode: 0755]
src/test/run_tests.pl [deleted file]
src/test/snapshot-expected/commit/lxc/101.conf [new file with mode: 0644]
src/test/snapshot-expected/commit/lxc/102.conf [new file with mode: 0644]
src/test/snapshot-expected/commit/lxc/201.conf [new file with mode: 0644]
src/test/snapshot-expected/commit/lxc/202.conf [new file with mode: 0644]
src/test/snapshot-expected/commit/lxc/203.conf [new file with mode: 0644]
src/test/snapshot-expected/create/lxc/101.conf [new file with mode: 0644]
src/test/snapshot-expected/create/lxc/102.conf [new file with mode: 0644]
src/test/snapshot-expected/create/lxc/201.conf [new file with mode: 0644]
src/test/snapshot-expected/create/lxc/202.conf [new file with mode: 0644]
src/test/snapshot-expected/delete/lxc/101.conf [new file with mode: 0644]
src/test/snapshot-expected/delete/lxc/102.conf [new file with mode: 0644]
src/test/snapshot-expected/delete/lxc/103.conf [new file with mode: 0644]
src/test/snapshot-expected/delete/lxc/104.conf [new file with mode: 0644]
src/test/snapshot-expected/delete/lxc/105.conf [new file with mode: 0644]
src/test/snapshot-expected/delete/lxc/201.conf [new file with mode: 0644]
src/test/snapshot-expected/delete/lxc/202.conf [new file with mode: 0644]
src/test/snapshot-expected/prepare/lxc/101.conf [new file with mode: 0644]
src/test/snapshot-expected/prepare/lxc/102.conf [new file with mode: 0644]
src/test/snapshot-expected/prepare/lxc/200.conf [new file with mode: 0644]
src/test/snapshot-expected/prepare/lxc/201.conf [new file with mode: 0644]
src/test/snapshot-expected/prepare/lxc/202.conf [new file with mode: 0644]
src/test/snapshot-expected/prepare/lxc/300.conf [new file with mode: 0644]
src/test/snapshot-input/commit/lxc/101.conf [new file with mode: 0644]
src/test/snapshot-input/commit/lxc/102.conf [new file with mode: 0644]
src/test/snapshot-input/commit/lxc/201.conf [new file with mode: 0644]
src/test/snapshot-input/commit/lxc/202.conf [new file with mode: 0644]
src/test/snapshot-input/commit/lxc/203.conf [new file with mode: 0644]
src/test/snapshot-input/create/lxc/101.conf [new file with mode: 0644]
src/test/snapshot-input/create/lxc/102.conf [new file with mode: 0644]
src/test/snapshot-input/create/lxc/201.conf [new file with mode: 0644]
src/test/snapshot-input/create/lxc/202.conf [new file with mode: 0644]
src/test/snapshot-input/delete/lxc/101.conf [new file with mode: 0644]
src/test/snapshot-input/delete/lxc/102.conf [new file with mode: 0644]
src/test/snapshot-input/delete/lxc/103.conf [new file with mode: 0644]
src/test/snapshot-input/delete/lxc/104.conf [new file with mode: 0644]
src/test/snapshot-input/delete/lxc/105.conf [new file with mode: 0644]
src/test/snapshot-input/delete/lxc/201.conf [new file with mode: 0644]
src/test/snapshot-input/delete/lxc/202.conf [new file with mode: 0644]
src/test/snapshot-input/prepare/lxc/101.conf [new file with mode: 0644]
src/test/snapshot-input/prepare/lxc/102.conf [new file with mode: 0644]
src/test/snapshot-input/prepare/lxc/200.conf [new file with mode: 0644]
src/test/snapshot-input/prepare/lxc/201.conf [new file with mode: 0644]
src/test/snapshot-input/prepare/lxc/202.conf [new file with mode: 0644]
src/test/snapshot-input/prepare/lxc/300.conf [new file with mode: 0644]
src/test/snapshot-input/storage.cfg [new file with mode: 0644]
src/test/snapshot-test.pm [new file with mode: 0644]