summaryrefslogtreecommitdiffstats
path: root/integration/storperf/default_job.json
diff options
context:
space:
mode:
authorYujun Zhang <zhang.yujunz@zte.com.cn>2017-08-02 11:24:27 +0800
committerYujun Zhang <zhang.yujunz@zte.com.cn>2017-08-08 09:15:44 +0800
commitc420248ac1daed625ab0d05d1a663c877426701a (patch)
tree107f5a3b23b0061f3d56b98d4400de75a1c25074 /integration/storperf/default_job.json
parentf708300052c2315994ba16793972ce0dfbfa237e (diff)
Fix bug in running storperf.sh when WORKSPACE is defined
When working directory changes, the script and default configuration will not be found. Change-Id: Iab6e4f9b014c12a863498de42553b043357aa876 Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
Diffstat (limited to 'integration/storperf/default_job.json')
-rw-r--r--integration/storperf/default_job.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/integration/storperf/default_job.json b/integration/storperf/default_job.json
index dd42dcee..d0e1516d 100644
--- a/integration/storperf/default_job.json
+++ b/integration/storperf/default_job.json
@@ -1,9 +1,9 @@
{
"block_sizes": "1024",
"deadline": 30,
- "steady_state_samples": 10,
+ "steady_state_samples": 2,
"queue_depths": "1",
- "workload": "wr,rr,rw",
+ "workload": "rw",
"metadata": {
"disk_type": "HDD",
"scenario_name": "none",
@@ -12,4 +12,4 @@
"build_tag": "",
"test_case": "snia_steady_state"
}
-} \ No newline at end of file
+}