Merge "Make context types constants"
[yardstick.git] / tests / opnfv / test_cases / opnfv_yardstick_tc052.yaml
index 6e060b1..8052f54 100644 (file)
 
 schema: "yardstick:task:0.1"
 description: >
-    Test case for TC052 :OpenStack Controller Node Disk I/O Block High Availability;
-    This test case is written by new scenario-based HA testing framework.
+    Yardstick TC052 config file;
+    HA test case: OpenStack Controller Node Disk I/O Block High Availability.
 
-{% set file = file or 'etc/yardstick/nodes/fuel_baremetal/pod.yaml' %}
+{% set file = file or '/etc/yardstick/pod.yaml' %}
+{% set attack_host = attack_host or "node1" %}
 
 scenarios:
   -
@@ -22,7 +23,7 @@ scenarios:
       attackers:
         -
           fault_type: "general-attacker"
-          host: node1
+          host: {{attack_host}}
           key: "block-io"
           attack_key: "block-io"
 
@@ -32,6 +33,7 @@ scenarios:
           key: "nova-flavor-list"
           command_name: "openstack flavor list"
           monitor_time: 10
+          monitor_number: 3
           sla:
             max_outage_time: 5
 
@@ -40,7 +42,6 @@ scenarios:
           operation_type: "general-operation"
           key: "create-flavor"
           operation_key: "nova-create-flavor"
-          host: node1
           action_parameter:
             flavorconfig: "test-001 test-001 100 1 1"
           rollback_parameter:
@@ -50,7 +51,6 @@ scenarios:
         -
           checker_type: "general-result-checker"
           key: "check-flavor"
-          host: node1
           checker_key: "nova-flavor-checker"
           expectedValue: "test-001"
           condition: "in"
@@ -77,7 +77,7 @@ scenarios:
           index: 4
 
     nodes:
-      node1: node1.LF
+      {{attack_host}}: {{attack_host}}.LF
     runner:
       type: Duration
       duration: 1