aboutsummaryrefslogtreecommitdiffstats
path: root/tests/opnfv/test_cases
diff options
context:
space:
mode:
authorRex Lee <limingjiang@huawei.com>2017-09-15 08:58:44 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-09-15 08:58:44 +0000
commitcf1134948e265dc8c9380cf511828789ef4d3a15 (patch)
tree0309503dccb144a287f61fd682ea7cd91c50dfc6 /tests/opnfv/test_cases
parent1b8549620b0d998e6492a16e9e1bcf2985621988 (diff)
parente503e91e077a0b1a864d1121858818f32a2350eb (diff)
Merge "tc063: make node parameter can be pass"
Diffstat (limited to 'tests/opnfv/test_cases')
-rw-r--r--tests/opnfv/test_cases/opnfv_yardstick_tc063.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/opnfv/test_cases/opnfv_yardstick_tc063.yaml b/tests/opnfv/test_cases/opnfv_yardstick_tc063.yaml
index 48288ef62..254c214d2 100644
--- a/tests/opnfv/test_cases/opnfv_yardstick_tc063.yaml
+++ b/tests/opnfv/test_cases/opnfv_yardstick_tc063.yaml
@@ -13,8 +13,8 @@ description: >
Yardstick TC063 config file;
Measure disk size, block size and disk utilization using fdisk and iostat.
-{% set host = host or "node5.yardstick-TC063" %}
{% set file = file or '/etc/yardstick/pod.yaml' %}
+{% set node = node or "node5" %}
scenarios:
-
@@ -22,7 +22,7 @@ scenarios:
options:
test_type: "disk_size"
- host: {{host}}
+ host: {{node}}.yardstick-TC063
runner:
type: Iteration