From abccb4b58448e3dc73a81c77ce12f9c586416517 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=BD=D0=B0=D0=B1?= Date: Sun, 20 Mar 2022 23:42:54 +0100 Subject: [PATCH] tests: zts-report: prune unused reasons MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reviewed-by: Brian Behlendorf Reviewed-by: John Kennedy Reviewed-by: Ryan Moeller Signed-off-by: Ahelenia ZiemiaƄska Closes #13259 --- tests/test-runner/bin/zts-report.py.in | 9 --------- 1 file changed, 9 deletions(-) diff --git a/tests/test-runner/bin/zts-report.py.in b/tests/test-runner/bin/zts-report.py.in index 1e3589a7a6..dc6b48a71d 100755 --- a/tests/test-runner/bin/zts-report.py.in +++ b/tests/test-runner/bin/zts-report.py.in @@ -67,7 +67,6 @@ exec_reason = 'Test user execute permissions required for utilities' # additional python modules be installed, for example python3-cffi is required # by the pyzfs tests. # -python_reason = 'Python v3.6 or newer required' python_deps_reason = 'Python modules missing: python3-cffi' # @@ -101,14 +100,6 @@ user_ns_reason = 'Kernel user namespace support required' # rewind_reason = 'Arbitrary pool rewind is not guaranteed' -# -# Some tests may by structured in a way that relies on exact knowledge -# of how much free space in available in a pool. These tests cannot be -# made completely reliable because the internal details of how free space -# is managed are not exposed to user space. -# -enospc_reason = 'Exact free space reporting is not guaranteed' - # # Some tests require a minimum version of the fio benchmark utility. # Older distributions such as CentOS 6.x only provide fio-2.0.13.