Update missing license headers
[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 scenarios:
19 -
20   type: StorPerf
21   options:
22     agent_count: 1
23     agent_image: "Ubuntu-14.04"
24     public_network: {{public_network}}
25     volume_size: 4
26     block_sizes: "4096"
27     queue_depths: "4"
28     StorPerf_ip: {{StorPerf_ip}}
29     query_interval: 10
30     timeout: 300
31
32   runner:
33     type: Iteration
34     iterations: 1
35
36 context:
37   type: Dummy