tc063: make node parameter can be pass 25/41825/1
authorrexlee8776 <limingjiang@huawei.com>
Wed, 13 Sep 2017 03:49:09 +0000 (03:49 +0000)
committerrexlee8776 <limingjiang@huawei.com>
Wed, 13 Sep 2017 03:49:09 +0000 (03:49 +0000)
Change-Id: I7af9706085508f2391957dc5633db4152f828bfc
Signed-off-by: rexlee8776 <limingjiang@huawei.com>
tests/opnfv/test_cases/opnfv_yardstick_tc063.yaml

index 48288ef..254c214 100644 (file)
@@ -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