tc063: make node parameter can be pass
[yardstick.git] / tests / opnfv / test_cases / opnfv_yardstick_tc063.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     Yardstick TC063 config file;
14     Measure disk size, block size and disk utilization using fdisk and iostat.
15
16 {% set file = file or '/etc/yardstick/pod.yaml' %}
17 {% set node = node or "node5" %}
18
19 scenarios:
20 -
21   type: StorageCapacity
22   options:
23     test_type: "disk_size"
24
25   host: {{node}}.yardstick-TC063
26
27   runner:
28     type: Iteration
29     iterations: 1
30
31 context:
32   type: Node
33   name: yardstick-TC063
34   file: {{file}}