Re: [PATCH] iotests: Add more "_require_drivers" checks to the shell-based tests

2019-12-19 Thread Kevin Wolf
Am 18.12.2019 um 17:15 hat Thomas Huth geschrieben: > Test 051 should be skipped if nbd is not available, and 267 should > be skipped if copy-on-read is not enabled. > > Signed-off-by: Thomas Huth Thanks, applied to the block branch. Kevin

Re: [PATCH] iotests: Add more "_require_drivers" checks to the shell-based tests

2019-12-18 Thread Eric Blake
On 12/18/19 10:15 AM, Thomas Huth wrote: Test 051 should be skipped if nbd is not available, and 267 should be skipped if copy-on-read is not enabled. Signed-off-by: Thomas Huth --- tests/qemu-iotests/051 | 1 + tests/qemu-iotests/267 | 1 + 2 files changed, 2 insertions(+) Reviewed-by:

[PATCH] iotests: Add more "_require_drivers" checks to the shell-based tests

2019-12-18 Thread Thomas Huth
Test 051 should be skipped if nbd is not available, and 267 should be skipped if copy-on-read is not enabled. Signed-off-by: Thomas Huth --- tests/qemu-iotests/051 | 1 + tests/qemu-iotests/267 | 1 + 2 files changed, 2 insertions(+) diff --git a/tests/qemu-iotests/051 b/tests/qemu-iotests/051