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