Merge "Extend TC008 to run pktgen-dpdk inside VM Need a fast path inside VM to verify...
[yardstick.git] / tests / opnfv / test_cases / opnfv_yardstick_tc019.yaml
index ea36b7b..9b720e1 100644 (file)
@@ -12,6 +12,8 @@ schema: "yardstick:task:0.1"
 description: >
     Sample test case for the HA of controller node Openstack service.
 
+{% set file = file or 'etc/yardstick/nodes/fuel_baremetal/pod.yaml' %}
+
 scenarios:
 -
   type: ServiceHA
@@ -50,4 +52,4 @@ scenarios:
 context:
   type: Node
   name: LF
-  file: etc/yardstick/nodes/fuel_virtual/pod.yaml
+  file: {{file}}