From 9cdfa1b34e22bc09e80042b1ef3e4a5096f260d5 Mon Sep 17 00:00:00 2001 From: MORITA Kazutaka Date: Tue, 18 Jan 2011 02:01:17 +0900 Subject: qemu-iotests: add support for rbd and sheepdog protocols This patch introduces tests for protocols other than file, and initially supports rbd and sheepdog. Signed-off-by: MORITA Kazutaka Signed-off-by: Christoph Hellwig --- tests/qemu-iotests/016 | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/qemu-iotests/016') diff --git a/tests/qemu-iotests/016 b/tests/qemu-iotests/016 index e09ab86..16f151f 100755 --- a/tests/qemu-iotests/016 +++ b/tests/qemu-iotests/016 @@ -40,6 +40,7 @@ trap "_cleanup; exit \$status" 0 1 2 3 15 # currently raw is the only protocol we support _supported_fmt raw +_supported_proto generic _supported_os Linux -- cgit v1.1