Merge "support more parameters in iperf3 testcase"
[yardstick.git] / tests / opnfv / test_cases / opnfv_yardstick_tc049.yaml
index 679e782..da17a59 100644 (file)
@@ -12,6 +12,8 @@ schema: "yardstick:task:0.1"
 description: >
     Test case for TC049 :Control node Openstack service down - swift proxy.
 
+{% set file = file or '/etc/yardstick/pod.yaml' %}
+
 scenarios:
 -
   type: ServiceHA
@@ -25,12 +27,14 @@ scenarios:
     - monitor_type: "openstack-cmd"
       command_name: "swift stat"
       monitor_time: 10
+      monitor_number: 3
       sla:
         max_outage_time: 5
     - monitor_type: "process"
       process_name: "swift-proxy"
       host: node1
       monitor_time: 20
+      monitor_number: 3
       sla:
         max_recover_time: 20
 
@@ -48,4 +52,4 @@ scenarios:
 context:
   type: Node
   name: LF
-  file: etc/yardstick/nodes/fuel_virtual/pod.yaml
+  file: {{file}}