From 12b609b5637b1b104578cc740d03e205b51dc4fc Mon Sep 17 00:00:00 2001 From: Vincent Fu Date: Wed, 10 May 2023 17:29:02 -0400 Subject: [PATCH] t/run-fio-test: fix comment The test job that measures rates is actually t0011. Signed-off-by: Vincent Fu --- t/run-fio-tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/run-fio-tests.py b/t/run-fio-tests.py index 4fe6fe46..71e3e5a6 100755 --- a/t/run-fio-tests.py +++ b/t/run-fio-tests.py @@ -822,7 +822,7 @@ class FioJobTest_t0027(FioJobTest): self.passed = False class FioJobTest_iops_rate(FioJobTest): - """Test consists of fio test job t0009 + """Test consists of fio test job t0011 Confirm that job0 iops == 1000 and that job1_iops / job0_iops ~ 8 With two runs of fio-3.16 I observed a ratio of 8.3""" -- 2.25.1