X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=t%2Fsteadystate_tests.py;h=d0fa73b28d9483418980dd7b6f827fd4b5a52892;hb=HEAD;hp=e99b655c1fc4d82d2555a80ee15e81cd38206bf6;hpb=771dbb520cc51ca16c7762c8cf4fcdba08a64250;p=fio.git diff --git a/t/steadystate_tests.py b/t/steadystate_tests.py index e99b655c..d0fa73b2 100755 --- a/t/steadystate_tests.py +++ b/t/steadystate_tests.py @@ -1,9 +1,8 @@ -#!/usr/bin/env python -# Note: this script is python2 and python3 compatible. +#!/usr/bin/env python3 # # steadystate_tests.py # -# Test option parsing and functonality for fio's steady state detection feature. +# Test option parsing and functionality for fio's steady state detection feature. # # steadystate_tests.py --read file-for-read-testing --write file-for-write-testing ./fio # @@ -116,6 +115,7 @@ if __name__ == '__main__': {'s': False, 'timeout': 20, 'numjobs': 2}, {'s': True, 'timeout': 100, 'numjobs': 3, 'ss_dur': 10, 'ss_ramp': 5, 'iops': False, 'slope': True, 'ss_limit': 0.1, 'pct': True}, {'s': True, 'timeout': 10, 'numjobs': 3, 'ss_dur': 10, 'ss_ramp': 500, 'iops': False, 'slope': True, 'ss_limit': 0.1, 'pct': True}, + {'s': True, 'timeout': 10, 'numjobs': 3, 'ss_dur': 10, 'ss_ramp': 500, 'iops': False, 'slope': True, 'ss_limit': 0.1, 'pct': True, 'ss_interval': 5}, ] jobnum = 0