t/run-fio-tests.py: Increase IOPS tolerance further
authorBart Van Assche <bvanassche@acm.org>
Mon, 22 Jun 2020 02:45:58 +0000 (19:45 -0700)
committerBart Van Assche <bvanassche@acm.org>
Mon, 22 Jun 2020 02:46:10 +0000 (19:46 -0700)
Signed-off-by: Bart Van Assche <bvanassche@acm.org>
t/run-fio-tests.py

index c2352d80c2bf5ab339672ecc19768510971686e9..2bfd996f7529b3b75ae7e18ac7a004bd69c812db 100755 (executable)
@@ -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