Merge "Record test case names when run a task using API"
[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 14.04"
21     public_network: "ext-net"
22     volume_size: 2
23     # target:
24     # deadline:
25     # nossd:
26     # nowarm:
27     block_sizes: "4096"
28     queue_depths: "4"
29     workload: "ws"
30     StorPerf_ip: "192.168.23.2"
31     query_interval: 10
32     timeout: 600
33
34   runner:
35     type: Iteration
36     iterations: 1
37
38 context:
39   type: Dummy