diff options
author | Yujun Zhang <zhang.yujunz@zte.com.cn> | 2017-08-02 11:24:27 +0800 |
---|---|---|
committer | Yujun Zhang <zhang.yujunz@zte.com.cn> | 2017-08-08 09:15:44 +0800 |
commit | c420248ac1daed625ab0d05d1a663c877426701a (patch) | |
tree | 107f5a3b23b0061f3d56b98d4400de75a1c25074 /integration/storperf/default_job.json | |
parent | f708300052c2315994ba16793972ce0dfbfa237e (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.json | 6 |
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 +} |