blob: 01439b3c6536ee0b1ab75ea7712607e77cf180dd [file] [log] [blame]
koder aka kdanilov88407ff2015-05-26 15:35:57 +03001[global]
2include defaults.cfg
koder aka kdanilov170936a2015-06-27 22:51:17 +03003ramp_time=30
4runtime=120
koder aka kdanilov88407ff2015-05-26 15:35:57 +03005direct=1
koder aka kdanilov170936a2015-06-27 22:51:17 +03006NUMJOBS={% 1, 5, 10, 15, 25, 40 %}
koder aka kdanilov88407ff2015-05-26 15:35:57 +03007
8# ---------------------------------------------------------------------
9# check different thread count, sync mode. (latency, iops) = func(th_count)
10# ---------------------------------------------------------------------
11[cinder_iscsi_{TEST_SUMM}]
12blocksize=4k
13rw=randwrite
14sync=1
15numjobs={NUMJOBS}
16
17# ---------------------------------------------------------------------
18# check different thread count, direct read mode. (latency, iops) = func(th_count)
19# also check iops for randread
20# ---------------------------------------------------------------------
21[cinder_iscsi_{TEST_SUMM}]
22blocksize=4k
23rw=randread
24numjobs={NUMJOBS}
25
26# ---------------------------------------------------------------------
koder aka kdanilov170936a2015-06-27 22:51:17 +030027# Read always sync, with large request latency linear write
28# ......
koder aka kdanilov88407ff2015-05-26 15:35:57 +030029# ---------------------------------------------------------------------
30[cinder_iscsi_{TEST_SUMM}]
koder aka kdanilov170936a2015-06-27 22:51:17 +030031blocksize=64m
32rw=randread
koder aka kdanilov88407ff2015-05-26 15:35:57 +030033
34# ---------------------------------------------------------------------
35# No reason for th count > 1 in case of sequantial operations
36# ot they became random
37# ---------------------------------------------------------------------
38[cinder_iscsi_{TEST_SUMM}]
koder aka kdanilov170936a2015-06-27 22:51:17 +030039blocksize=8m
40rw=write
koder aka kdanilov88407ff2015-05-26 15:35:57 +030041
koder aka kdanilov170936a2015-06-27 22:51:17 +030042# ---------------------------------------------------------------------
43# check IOPS randwrite. This test MUST BE THE LAST ONE
44# 240 seconds needs to clean caches
45# ---------------------------------------------------------------------
46[cinder_iscsi_{TEST_SUMM}]
47ramp_time=240
48blocksize=4k
49rw=randwrite