From 3fa123d05964b07f9d4d972f131cce847091926d Mon Sep 17 00:00:00 2001 From: Alberto Garcia Date: Tue, 3 Nov 2015 12:32:37 +0200 Subject: block: test 'blockdev-snapshot' using a file BDS as the overlay This test checks that it is not possible to create a snapshot if the requested overlay node is a BDS which does not support backing images. Signed-off-by: Alberto Garcia Reviewed-by: Eric Blake Signed-off-by: Kevin Wolf --- tests/qemu-iotests/085.out | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tests/qemu-iotests/085.out') diff --git a/tests/qemu-iotests/085.out b/tests/qemu-iotests/085.out index 52292eac4e..01c78d6894 100644 --- a/tests/qemu-iotests/085.out +++ b/tests/qemu-iotests/085.out @@ -62,6 +62,10 @@ Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=134217728 backing_file=TEST_DIR/ {"return": {}} {"return": {}} +=== Invalid command - cannot create a snapshot using a file BDS === + +{"error": {"class": "GenericError", "desc": "The snapshot does not support backing images"}} + === Invalid command - snapshot node used as active layer === {"error": {"class": "GenericError", "desc": "The snapshot is already in use by virtio0"}} -- cgit v1.2.3