t/run-fio-test: fix comment
authorVincent Fu <vincent.fu@samsung.com>
Wed, 10 May 2023 21:29:02 +0000 (17:29 -0400)
committerVincent Fu <vincent.fu@samsung.com>
Wed, 10 May 2023 21:29:02 +0000 (17:29 -0400)
The test job that measures rates is actually t0011.

Signed-off-by: Vincent Fu <vincent.fu@samsung.com>
t/run-fio-tests.py

index 4fe6fe46f6ec2429a1fd1cab169a7731e6131bd6..71e3e5a621e58413e3ef80893be9100543fda8a4 100755 (executable)
@@ -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"""