]> Git Repo - qemu.git/commit - tests/qemu-iotests/147
iotests: Restrict nbd Python tests to nbd
authorMax Reitz <[email protected]>
Mon, 2 Sep 2019 19:33:19 +0000 (21:33 +0200)
committerKevin Wolf <[email protected]>
Tue, 10 Sep 2019 06:58:43 +0000 (08:58 +0200)
commit7c932a1d69a6d6ac5c0b615c11d191da3bbe9aa8
tree0d5a1c39e5392c88359657387a0d96b6d025e17c
parent103cbc771e5660d1f5bb458be80aa9e363547ae0
iotests: Restrict nbd Python tests to nbd

We have two Python unittest-style tests that test NBD.  As such, they
should specify supported_protocols=['nbd'] so they are skipped when the
user wants to test some other protocol.

Furthermore, we should restrict their choice of formats to 'raw'.  The
idea of a protocol/format combination is to use some format over some
protocol; but we always use the raw format over NBD.  It does not really
matter what the NBD server uses on its end, and it is not a useful test
of the respective format driver anyway.

Signed-off-by: Max Reitz <[email protected]>
Signed-off-by: Kevin Wolf <[email protected]>
tests/qemu-iotests/147
tests/qemu-iotests/205
This page took 0.026577 seconds and 4 git commands to generate.