Merge "change outage_time from 20 to 30s"
[yardstick.git] / tests / opnfv / test_cases / opnfv_yardstick_tc073.yaml
index 9f4d3a0..fb40257 100755 (executable)
@@ -20,7 +20,7 @@ description: >
 
 {% set host = host or "node1.LF" %}
 {% set target = target or "node2.LF" %}
-{% set pod_info = pod_info or "etc/yardstick/nodes/compass_sclab_physical/pod.yaml" %}
+{% set file = file or '/etc/yardstick/pod.yaml' %}
 scenarios:
 -
   type: NetperfNode
@@ -43,5 +43,5 @@ scenarios:
 context:
   type: Node
   name: LF
-  file: {{pod_info}}
+  file: {{file}}