Merge "Update the traffic profile to support sample multi-port"
[yardstick.git] / tests / opnfv / test_cases / opnfv_yardstick_tc048.yaml
index 7ebca4d..a1629c6 100644 (file)
@@ -12,6 +12,9 @@ schema: "yardstick:task:0.1"
 description: >
     Test case for TC048 :Control node Openstack service down - cinder api.
 
+{% set file = file or '/etc/yardstick/pod.yaml' %}
+{% set attack_host = attack_host or "node1" %}
+
 scenarios:
 -
   type: ServiceHA
@@ -19,23 +22,25 @@ scenarios:
     attackers:
     - fault_type: "kill-process"
       process_name: "cinder-api"
-      host: node1
+      host: {{attack_host}}
 
     monitors:
     - monitor_type: "openstack-cmd"
       command_name: "openstack volume list"
       monitor_time: 10
+      monitor_number: 3
       sla:
         max_outage_time: 5
     - monitor_type: "process"
       process_name: "cinder-api"
-      host: node1
-      monitor_time: 20
+      host: {{attack_host}}
+      monitor_time: 30
+      monitor_number: 3
       sla:
-        max_recover_time: 20
+        max_recover_time: 30
 
   nodes:
-    node1: node1.LF
+    {{attack_host}}: {{attack_host}}.LF
 
   runner:
     type: Duration
@@ -48,5 +53,5 @@ scenarios:
 context:
   type: Node
   name: LF
-  file: etc/yardstick/nodes/fuel_virtual/pod.yaml
+  file: {{file}}