add yardstick iruya 9.0.0 release notes
[yardstick.git] / tests / opnfv / test_cases / opnfv_yardstick_tc074.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
11 schema: "yardstick:task:0.1"
12 description: >
13     Test case for TC074 StorPerf benchmark task config file;
14     StorPerf is a tool to measure block and object storage performance in an NFVI.
15
16 {% set public_network = public_network or "ext-net" %}
17 {% set StorPerf_ip = StorPerf_ip or "192.168.200.1" %}
18 {% set workload = workload or "" %}
19 {% set workloads = workloads or "" %}
20 {% set agent_count = agent_count or 1 %}
21 {% set block_sizes = block_sizes or "4096" %}
22 {% set queue_depths = queue_depths or "4" %}
23 {% set steady_state_samples = steady_state_samples or 10 %}
24 {% set volume_size = volume_size or 4 %}
25 {% set volume_count = volume_count or 1 %}
26 {% set volume_type = volume_type or "" %}
27 {% set availability_zone = availability_zone or "nova" %}
28 {% set subnet_CIDR = subnet_CIDR or "172.16.0.0/16" %}
29 {% set stack_name = stack_name or "StorperfAgentGroup" %}
30 scenarios:
31 -
32   type: StorPerf
33   options:
34     agent_count: {{agent_count}}
35     agent_image: "Ubuntu-16.04"
36     agent_flavor: "storperf"
37     public_network: {{public_network}}
38     volume_size: {{volume_size}}
39     block_sizes: {{block_sizes}}
40     queue_depths: {{queue_depths}}
41     StorPerf_ip: {{StorPerf_ip}}
42     query_interval: 10
43     timeout: 300
44     workload: {{workload}}
45     workloads: {{workloads}}
46     steady_state_samples: {{steady_state_samples}}
47     volume_count: {{volume_count}}
48     volume_type: {{volume_type}}
49     availability_zone: {{availability_zone}}
50     subnet_CIDR: {{subnet_CIDR}}
51     stack_name: {{stack_name}}
52
53   runner:
54     type: Iteration
55     iterations: 1
56
57 context:
58   type: Dummy
59   name: Dummy