aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorThomas Huth <thuth@redhat.com>2020-01-29 15:17:51 +0100
committerMax Reitz <mreitz@redhat.com>2020-02-20 16:43:42 +0100
commit6756696e38117f9e7c769dd33b339f5ab71f7d47 (patch)
treeea76f3ba783dfaab59551a82185e01463dd0663c /tests
parent66fcbca5a7202d2ff2973b61a30f915204917eb7 (diff)
downloadqemu-6756696e38117f9e7c769dd33b339f5ab71f7d47.zip
qemu-6756696e38117f9e7c769dd33b339f5ab71f7d47.tar.gz
qemu-6756696e38117f9e7c769dd33b339f5ab71f7d47.tar.bz2
iotests: Remove the superfluous 2nd check for the availability of quorum
Commit d9df28e7b07 ("iotests: check whitelisted formats") added the modern @iotests.skip_if_unsupported() to the functions in this test, so we don't need the old explicit test here anymore. Signed-off-by: Thomas Huth <thuth@redhat.com> Message-Id: <20200129141751.32652-1-thuth@redhat.com> Reviewed-by: Alberto Garcia <berto@igalia.com> Reviewed-by: Andrey Shinkevich <andrey.shinkevich@virtuozzo.com> Tested-by: Andrey Shinkevich <andrey.shinkevich@virtuozzo.com> Signed-off-by: Max Reitz <mreitz@redhat.com>
Diffstat (limited to 'tests')
-rwxr-xr-xtests/qemu-iotests/1393
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/qemu-iotests/139 b/tests/qemu-iotests/139
index 6b1a444..7120d31 100755
--- a/tests/qemu-iotests/139
+++ b/tests/qemu-iotests/139
@@ -344,9 +344,6 @@ class TestBlockdevDel(iotests.QMPTestCase):
@iotests.skip_if_unsupported(['quorum'])
def testQuorum(self):
- if not iotests.supports_quorum():
- return
-
self.addQuorum('quorum0', 'node0', 'node1')
# We cannot remove the children of a Quorum device
self.delBlockDriverState('node0', expect_error = True)