From adf6a02bae295455f584ebab762592dd57e2422c Mon Sep 17 00:00:00 2001 From: liyin Date: Wed, 7 Mar 2018 03:47:28 +0000 Subject: bottlenecks offiline support JIRA: BOTTLENECK-224 This patch for bottlenecks support offiline. By use some offiline image rather than yardstick env prepare. This will solve some problem happened in yardstick image builder. Change-Id: I62b6606570c2ea6ce365212c79777af01c47c9a6 Signed-off-by: liyin --- testsuites/posca/testcase_cfg/posca_factor_multistack_storage.yaml | 3 ++- .../posca/testcase_cfg/posca_factor_multistack_storage_parallel.yaml | 5 +++-- 2 files changed, 5 insertions(+), 3 deletions(-) (limited to 'testsuites/posca/testcase_cfg') diff --git a/testsuites/posca/testcase_cfg/posca_factor_multistack_storage.yaml b/testsuites/posca/testcase_cfg/posca_factor_multistack_storage.yaml index 95edd86e..e2f48438 100644 --- a/testsuites/posca/testcase_cfg/posca_factor_multistack_storage.yaml +++ b/testsuites/posca/testcase_cfg/posca_factor_multistack_storage.yaml @@ -14,13 +14,14 @@ load_manager: #this "rw" value could be write read rw rr or randrw rw: 'randrw' bs: '4k' - size: '50g' + size: '20g' rwmixwrite: '50' num_thread: 1, 2 num_stack: 1 volume_num: '1' num_jobs: '1' direct: '1' + volume_size: 50 runners: stack_create: yardstick diff --git a/testsuites/posca/testcase_cfg/posca_factor_multistack_storage_parallel.yaml b/testsuites/posca/testcase_cfg/posca_factor_multistack_storage_parallel.yaml index 44147db8..b55b826c 100644 --- a/testsuites/posca/testcase_cfg/posca_factor_multistack_storage_parallel.yaml +++ b/testsuites/posca/testcase_cfg/posca_factor_multistack_storage_parallel.yaml @@ -13,12 +13,13 @@ load_manager: # for this option we provide " write, read, rw, rr" rw: "randrw" bs: "4k" - size: "50g" + size: "20g" rwmixwrite: "50" num_stack: 1, 3 volume_num: "1" num_jobs: "1" direct: "1" + volume_size: 50 runners: stack_create: yardstick @@ -29,4 +30,4 @@ load_manager: contexts: dashboard: "Bottlenecks-ELK" yardstick: "Bottlenecks-Yardstick" - yardstick_envpre: True \ No newline at end of file + yardstick_envpre: True -- cgit 1.2.3-korg