aboutsummaryrefslogtreecommitdiffstats
path: root/tests/opnfv/test_cases/opnfv_yardstick_tc074.yaml
blob: 3fb3a05bed7bc6182994ffc1c3bea636573e3aa4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
---

schema: "yardstick:task:0.1"
description: >
    Test case for TC074 StorPerf benchmark task config file;
    StorPerf is a tool to measure block and object storage performance in an NFVI.

{% set public_network = public_network or "ext-net" %}
{% set StorPerf_ip = StorPerf_ip or "192.168.200.1" %}
scenarios:
-
  type: StorPerf
  options:
    agent_count: 1
    agent_image: "Ubuntu-14.04"
    public_network: {{public_network}}
    volume_size: 4
    block_sizes: "4096"
    queue_depths: "4"
    StorPerf_ip: {{StorPerf_ip}}
    query_interval: 10
    timeout: 300

  runner:
    type: Iteration
    iterations: 1

context:
  type: Dummy