qemu with hax to log dma reads & writes jcs.org/2018/11/12/vfio

iotests/148: use skip_if_unsupported

Skip test-case with quorum if quorum is not whitelisted.

Signed-off-by: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
Message-Id: <20200430124713.3067-4-vsementsov@virtuozzo.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>

authored by

Vladimir Sementsov-Ogievskiy and committed by
Kevin Wolf
50bb041a f03a8c73

+1
+1
tests/qemu-iotests/148
··· 47 47 ''' % bad_sector) 48 48 file.close() 49 49 50 + @iotests.skip_if_unsupported(['quorum']) 50 51 def setUp(self): 51 52 driveopts = ['driver=quorum', 'vote-threshold=2'] 52 53 driveopts.append('read-pattern=%s' % self.read_pattern)