bugfix: remove pod_name in host and unify host parameter
[yardstick.git] / tests / opnfv / test_cases / opnfv_yardstick_tc063.yaml
index 48288ef..50d0c40 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 host = host or "node5" %}
 
 scenarios:
 -
@@ -22,7 +22,7 @@ scenarios:
   options:
     test_type: "disk_size"
 
-  host: {{host}}
+  host: {{host}}.yardstick-TC063
 
   runner:
     type: Iteration