From e503e91e077a0b1a864d1121858818f32a2350eb Mon Sep 17 00:00:00 2001 From: rexlee8776 Date: Wed, 13 Sep 2017 03:49:09 +0000 Subject: tc063: make node parameter can be pass Change-Id: I7af9706085508f2391957dc5633db4152f828bfc Signed-off-by: rexlee8776 --- tests/opnfv/test_cases/opnfv_yardstick_tc063.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/opnfv/test_cases') 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 -- cgit 1.2.3-korg