Statistics
| Branch: | Revision:

root / tests / qemu-iotests / 040.out @ 9a05feab

History | View | Annotate | Download (105 Bytes)

# Date Author Comment
6bf0d1f4 10/24/2012 11:26 am Jeff Cody

qemu-iotests: add relative backing file tests for block-commit (040)

The previous block commit used absolute filenames for all block-commit
images and commands; this adds relative filenames for the same tests.

Signed-off-by: Jeff Cody <>...

747051cd 09/28/2012 07:55 pm Jeff Cody

qemu-iotests: add initial tests for live block commit

Derived from the streaming test cases (030), this adds the
following 9 tests:

1. For the following image chain, commit [mid] into [backing],
and use qemu-io to verify [backing] has its original data, as...