tc063: make node parameter can be pass
[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-16.04"
24     agent_flavor: "storperf"
25     public_network: {{public_network}}
26     volume_size: 4
27     block_sizes: "4096"
28     queue_depths: "4"
29     StorPerf_ip: {{StorPerf_ip}}
30     query_interval: 10
31     timeout: 300
32
33   runner:
34     type: Iteration
35     iterations: 1
36
37 context:
38   type: Dummy