On Fri, Jan 31, 2020 at 03:31:09PM +0100, Peter Krempa wrote:
Add test cases for merging various pairs of bitmaps when snapshots
were
created together with checkpoints.
Signed-off-by: Peter Krempa <pkrempa(a)redhat.com>
---
tests/qemublocktest.c | 6 ++
.../snapshots-current-out.json | 29 +++++++++
.../snapshots-intermediate1-out.json | 22 +++++++
.../snapshots-intermediate2-out.json | 59 +++++++++++++++++++
.../snapshots-intermediate3-out.json | 59 +++++++++++++++++++
.../snapshots-noparent-out.json | 23 ++++++++
6 files changed, 198 insertions(+)
create mode 100644 tests/qemublocktestdata/checkpointdelete/snapshots-current-out.json
create mode 100644
tests/qemublocktestdata/checkpointdelete/snapshots-intermediate1-out.json
create mode 100644
tests/qemublocktestdata/checkpointdelete/snapshots-intermediate2-out.json
create mode 100644
tests/qemublocktestdata/checkpointdelete/snapshots-intermediate3-out.json
create mode 100644 tests/qemublocktestdata/checkpointdelete/snapshots-noparent-out.json
Reviewed-by: Ján Tomko <jtomko(a)redhat.com>
Jano