cleanup configs
diff --git a/wally/suits/io/cinder_iscsi.cfg b/wally/suits/io/cinder_iscsi.cfg
index b0f575b..e4f5b60 100644
--- a/wally/suits/io/cinder_iscsi.cfg
+++ b/wally/suits/io/cinder_iscsi.cfg
@@ -1,9 +1,10 @@
[global]
-include defaults.cfg
+include defaults_qd.cfg
ramp_time=30
-runtime=120
+runtime=180
direct=1
-NUMJOBS={% 1, 5, 10, 15, 25, 40 %}
+sync=0
+QD={% 1, 5, 10, 15, 25, 40 %}
# ---------------------------------------------------------------------
# check different thread count, sync mode. (latency, iops) = func(th_count)
@@ -11,8 +12,7 @@
[cinder_iscsi_{TEST_SUMM}]
blocksize=4k
rw=randwrite
-sync=1
-numjobs={NUMJOBS}
+iodepth={QD}
# ---------------------------------------------------------------------
# check different thread count, direct read mode. (latency, iops) = func(th_count)
@@ -21,15 +21,16 @@
[cinder_iscsi_{TEST_SUMM}]
blocksize=4k
rw=randread
-numjobs={NUMJOBS}
+iodepth={QD}
# ---------------------------------------------------------------------
# Read always sync, with large request latency linear write
# ......
# ---------------------------------------------------------------------
[cinder_iscsi_{TEST_SUMM}]
-blocksize=64m
-rw=randread
+blocksize=8m
+rw=read
+iodepth=1
# ---------------------------------------------------------------------
# No reason for th count > 1 in case of sequantial operations
@@ -38,13 +39,4 @@
[cinder_iscsi_{TEST_SUMM}]
blocksize=8m
rw=write
-
-# ---------------------------------------------------------------------
-# check IOPS randwrite. This test MUST BE THE LAST ONE
-# 240 seconds needs to clean caches
-# ---------------------------------------------------------------------
-[cinder_iscsi_{TEST_SUMM}]
-ramp_time=240
-runtime=240
-blocksize=4k
-rw=randwrite
+iodepth=1