Re: [Qemu-devel] [PATCH v4 3/3] Test for full Backup

2017-09-13 Thread John Snow
On 09/08/2017 12:41 PM, Ishani Chugh wrote: > This patch is the test for full backup implementation in Backup tool. > The test employs two basic substests: > 1) Backing up an empty guest and comparing it with base image. > 2) Writing a pattern to the guest, creating backup and comparing >with

[Qemu-devel] [PATCH v4 3/3] Test for full Backup

2017-09-08 Thread Ishani Chugh
This patch is the test for full backup implementation in Backup tool. The test employs two basic substests: 1) Backing up an empty guest and comparing it with base image. 2) Writing a pattern to the guest, creating backup and comparing with the base image. Signed-off-by: Ishani Chugh --- test