From: Bart Van Assche Date: Mon, 22 Jun 2020 02:45:58 +0000 (-0700) Subject: t/run-fio-tests.py: Increase IOPS tolerance further X-Git-Tag: fio-3.21~28^2~3 X-Git-Url: https://git.kernel.dk/?p=fio.git;a=commitdiff_plain;h=8e9dcd3726afa645e58296df9e27af1f1a691682 t/run-fio-tests.py: Increase IOPS tolerance further Signed-off-by: Bart Van Assche --- diff --git a/t/run-fio-tests.py b/t/run-fio-tests.py index c2352d80..2bfd996f 100755 --- a/t/run-fio-tests.py +++ b/t/run-fio-tests.py @@ -438,7 +438,7 @@ class FioJobTest_t0011(FioJobTest): logging.debug("Test %d: iops1: %f", self.testnum, iops1) logging.debug("Test %d: ratio: %f", self.testnum, ratio) - if iops1 < 997 or iops1 > 1003: + if iops1 < 995 or iops1 > 1005: self.failure_reason = "{0} iops value mismatch,".format(self.failure_reason) self.passed = False