blob: 6af5fcc88e4d44284cc5057fe5213808dd2e0021 [file] [log] [blame]
koder aka kdanilov4af1c1d2015-05-18 15:48:58 +03001[global]
2
3include defaults.cfg
koder aka kdanilovb896f692015-04-07 14:57:55 +03004NUM_ROUNDS=7
5
koder aka kdanilov4af1c1d2015-05-18 15:48:58 +03006size={TEST_FILE_SIZE}
koder aka kdanilov416b87a2015-05-12 00:26:04 +03007ramp_time=5
koder aka kdanilovb896f692015-04-07 14:57:55 +03008runtime=30
koder aka kdanilovfd2cfa52015-05-20 03:17:42 +03009BLOCK_SIZES={% 512,1k,2k,4k,8k,16k,32k,128k,256k,512k,1m %}
koder aka kdanilovb896f692015-04-07 14:57:55 +030010
11# ---------------------------------------------------------------------
12# check read and write linearity. oper_time = func(size)
13# ---------------------------------------------------------------------
koder aka kdanilov4af1c1d2015-05-18 15:48:58 +030014# [linearity_test_{TEST_SUMM}]
15# blocksize={BLOCK_SIZES}
16# rw={% randwrite, randread %}
17# direct=1
koder aka kdanilovb896f692015-04-07 14:57:55 +030018
19# ---------------------------------------------------------------------
20# check sync write linearity. oper_time = func(size)
21# check sync BW as well
22# ---------------------------------------------------------------------
koder aka kdanilov4af1c1d2015-05-18 15:48:58 +030023[linearity_test_{TEST_SUMM}]
24blocksize={BLOCK_SIZES}
koder aka kdanilovb896f692015-04-07 14:57:55 +030025rw=randwrite
26sync=1
27