Merge "Add traffic duration support in test case" into stable/gambia
[yardstick.git] / samples / storperf.yaml
1 ##############################################################################
2 # Copyright (c) 2017 Huawei Technologies Co.,Ltd and others.
3 #
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 ##############################################################################
9 ---
10 # Sample StorPerf benchmark task config file
11 # StorPerf is a tool to measure block and object storage performance in an NFVI
12
13 schema: "yardstick:task:0.1"
14
15 scenarios:
16 -
17   type: StorPerf
18   options:
19     agent_count: 1
20     agent_image: "Ubuntu-16.04"
21     agent_flavor: "storperf"
22     public_network: "ext-net"
23     volume_size: 2
24     # target:
25     # deadline:
26     # nossd:
27     # nowarm:
28     block_sizes: "4096"
29     queue_depths: "4"
30     workload: "ws"
31     StorPerf_ip: "192.168.23.2"
32     query_interval: 10
33     timeout: 600
34
35   runner:
36     type: Iteration
37     iterations: 1
38
39 context:
40   type: Dummy
41   name: Dummy