]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemublocktest: Re-introduce testing of checkpoint deletion
authorPeter Krempa <pkrempa@redhat.com>
Mon, 1 Jun 2020 08:41:16 +0000 (10:41 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Mon, 22 Jun 2020 14:04:30 +0000 (16:04 +0200)
commit2c5a3da365d9a33ff23458ca2a914f9d35ebd510
treeca059e6e0de027ffe743ccf527febb09f5527dd9
parent520d139b9c3bbf6cc6453044fa6304e1429b7f11
qemublocktest: Re-introduce testing of checkpoint deletion

Exercise the now arguably simpler checkpoint deletion code on the
'basic', 'snapshots', and 'synthetic' test data sets.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
16 files changed:
tests/qemublocktest.c
tests/qemublocktestdata/checkpointdelete/basic-current-out.json [new file with mode: 0644]
tests/qemublocktestdata/checkpointdelete/basic-intermediate1-out.json [new file with mode: 0644]
tests/qemublocktestdata/checkpointdelete/basic-intermediate2-out.json [new file with mode: 0644]
tests/qemublocktestdata/checkpointdelete/basic-intermediate3-out.json [new file with mode: 0644]
tests/qemublocktestdata/checkpointdelete/basic-noparent-out.json [new file with mode: 0644]
tests/qemublocktestdata/checkpointdelete/snapshots-current-out.json [new file with mode: 0644]
tests/qemublocktestdata/checkpointdelete/snapshots-intermediate1-out.json [new file with mode: 0644]
tests/qemublocktestdata/checkpointdelete/snapshots-intermediate2-out.json [new file with mode: 0644]
tests/qemublocktestdata/checkpointdelete/snapshots-intermediate3-out.json [new file with mode: 0644]
tests/qemublocktestdata/checkpointdelete/snapshots-noparent-out.json [new file with mode: 0644]
tests/qemublocktestdata/checkpointdelete/synthetic-current-out.json [new file with mode: 0644]
tests/qemublocktestdata/checkpointdelete/synthetic-intermediate1-out.json [new file with mode: 0644]
tests/qemublocktestdata/checkpointdelete/synthetic-intermediate2-out.json [new file with mode: 0644]
tests/qemublocktestdata/checkpointdelete/synthetic-intermediate3-out.json [new file with mode: 0644]
tests/qemublocktestdata/checkpointdelete/synthetic-noparent-out.json [new file with mode: 0644]