projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f03a8c7
)
iotests/148: use skip_if_unsupported
author
Vladimir Sementsov-Ogievskiy
<vsementsov@virtuozzo.com>
Thu, 30 Apr 2020 12:47:08 +0000
(15:47 +0300)
committer
Kevin Wolf
<kwolf@redhat.com>
Fri, 8 May 2020 11:26:35 +0000
(13:26 +0200)
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>
tests/qemu-iotests/148
patch
|
blob
|
history
diff --git
a/tests/qemu-iotests/148
b/tests/qemu-iotests/148
index 90931948e386dcbed7f3860072428bfa2550ec97..5e14a455b165cb541cfd365caa1278efedd6fa99 100755
(executable)
--- a/
tests/qemu-iotests/148
+++ b/
tests/qemu-iotests/148
@@
-47,6
+47,7
@@
sector = "%d"
''' % bad_sector)
file.close()
+ @iotests.skip_if_unsupported(['quorum'])
def setUp(self):
driveopts = ['driver=quorum', 'vote-threshold=2']
driveopts.append('read-pattern=%s' % self.read_pattern)