d506ccc1ee8914e8095cd7e4c2f54cef7634f597
[yardstick.git] / tests / opnfv / test_cases / opnfv_yardstick_tc074.yaml
1 ---
2 # Test case for TC074 StorPerf benchmark task config file
3 # StorPerf is a tool to measure block and object storage performance in an NFVI
4
5 schema: "yardstick:task:0.1"
6 {% set public_network = public_network or "ext-net" %}
7 {% set StorPerf_ip = StorPerf_ip or "192.168.200.2" %}
8 scenarios:
9 -
10   type: StorPerf
11   options:
12     agent_count: 1
13     agent_image: "Ubuntu-14.04"
14     public_network: {{public_network}}
15     volume_size: 4
16     block_sizes: "4096"
17     queue_depths: "4"
18     StorPerf_ip: {{StorPerf_ip}}
19     query_interval: 10
20     timeout: 300
21
22   runner:
23     type: Iteration
24     iterations: 1
25
26 context:
27   type: Dummy