1 ##############################################################################
2 # Copyright (c) 2017 Huawei Technologies Co.,Ltd and others.
4 # All rights reserved. This program and the accompanying materials
5 # are made available under the terms of the Apache License, Version 2.0
6 # which accompanies this distribution, and is available at
7 # http://www.apache.org/licenses/LICENSE-2.0
8 ##############################################################################
10 # Sample benchmark task config file
11 # measure storage performance using fio
12 # Jinja2 Syntax is supported
13 # using built-in functions ( Jinja2 for-endfor construct ) to test complex tasks
14 # Test block sizes of 4KB, 8KB, 64KB, 1MB
15 # Test 5 workloads: 4 corners and 1 mixed :read, write, randwrite, randread, rw
16 schema: "yardstick:task:0.1"
19 {% for rw in ['read', 'write', 'randwrite', 'randread', 'rw'] %}
20 {% for bs in ['4k', '8k', '64k', '1024k'] %}
24 filename: /home/ubuntu/data.raw
39 image: yardstick-image
40 flavor: yardstick-flavor