From c420248ac1daed625ab0d05d1a663c877426701a Mon Sep 17 00:00:00 2001 From: Yujun Zhang Date: Wed, 2 Aug 2017 11:24:27 +0800 Subject: 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 --- integration/storperf/default_job.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'integration/storperf/default_job.json') 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 +} -- cgit 1.2.3-korg