Merge "testcase: add rate parameter for spec cpu 2006"
[yardstick.git] / tests / opnfv / test_cases / opnfv_yardstick_tc048.yaml
index 7ebca4d..4ad19f3 100644 (file)
@@ -12,6 +12,8 @@ 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' %}
+
 scenarios:
 -
   type: ServiceHA
@@ -25,12 +27,14 @@ scenarios:
     - 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
+      monitor_number: 3
       sla:
         max_recover_time: 20
 
@@ -48,5 +52,5 @@ scenarios:
 context:
   type: Node
   name: LF
-  file: etc/yardstick/nodes/fuel_virtual/pod.yaml
+  file: {{file}}