On 05.11.2013 01:01, Wenchao Xia wrote: > This test will focus on the low level procedure of qcow2 snapshot > operations, now it covers only the create operation. Overlap error > paths are not checked since no good way to trigger those errors. > > Signed-off-by: Wenchao Xia <xiaw...@linux.vnet.ibm.com> > --- > tests/qemu-iotests/070 | 214 > ++++++++++++++++++++++++++++++++++++++ > tests/qemu-iotests/070.out | 35 ++++++ > tests/qemu-iotests/common.filter | 7 ++ > tests/qemu-iotests/group | 1 + > 4 files changed, 257 insertions(+), 0 deletions(-) > create mode 100755 tests/qemu-iotests/070 > create mode 100644 tests/qemu-iotests/070.out
Reviewed-by: Max Reitz <mre...@redhat.com>