Merge "Fixed few gaps when running on a minimal version of system"
[yardstick.git] / tests / opnfv / test_cases / opnfv_yardstick_tc051.yaml
index e8cc817..98a08b7 100644 (file)
@@ -13,6 +13,8 @@ description: >
     Test case for TC051 :OpenStack Controller Node CPU Overload High Availability;
     This test case is written by new scenario-based HA testing framework.
 
+{% set file = file or '/etc/yardstick/pod.yaml' %}
+
 scenarios:
   -
     type: "GeneralHA"
@@ -30,6 +32,7 @@ scenarios:
           key: "nova-image-list"
           command_name: "openstack image list"
           monitor_time: 10
+          monitor_number: 3
           sla:
             max_outage_time: 5
 
@@ -38,6 +41,7 @@ scenarios:
           key: "neutron-router-list"
           command_name: "openstack router list"
           monitor_time: 10
+          monitor_number: 3
           sla:
             max_outage_time: 5
 
@@ -46,6 +50,7 @@ scenarios:
           key: "heat-stack-list"
           command_name: "openstack stack list"
           monitor_time: 10
+          monitor_number: 3
           sla:
             max_outage_time: 5
 
@@ -54,6 +59,7 @@ scenarios:
           key: "cinder-list"
           command_name: "openstack volume list"
           monitor_time: 10
+          monitor_number: 3
           sla:
             max_outage_time: 5
 
@@ -97,4 +103,4 @@ scenarios:
 context:
   type: Node
   name: LF
-  file: etc/yardstick/nodes/fuel_virtual/pod.yaml
+  file: {{file}}