Change storperf target IP
[yardstick.git] / tests / opnfv / test_cases / opnfv_yardstick_tc052.yaml
index 7143068..75835eb 100644 (file)
@@ -1,8 +1,20 @@
+##############################################################################
+# Copyright (c) 2017 14_ykl@tongji.edu.cn and others.
+#
+# All rights reserved. This program and the accompanying materials
+# are made available under the terms of the Apache License, Version 2.0
+# which accompanies this distribution, and is available at
+# http://www.apache.org/licenses/LICENSE-2.0
+##############################################################################
 ---
-# 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
 
 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.
+
+{% set file = file or '/etc/yardstick/pod.yaml' %}
+
 scenarios:
   -
     type: "GeneralHA"
@@ -18,8 +30,9 @@ scenarios:
         -
           monitor_type: "openstack-cmd"
           key: "nova-flavor-list"
-          command_name: "nova flavor-list"
+          command_name: "openstack flavor list"
           monitor_time: 10
+          monitor_number: 3
           sla:
             max_outage_time: 5
 
@@ -28,7 +41,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:
@@ -38,7 +50,6 @@ scenarios:
         -
           checker_type: "general-result-checker"
           key: "check-flavor"
-          host: node1
           checker_key: "nova-flavor-checker"
           expectedValue: "test-001"
           condition: "in"
@@ -76,4 +87,4 @@ scenarios:
 context:
   type: Node
   name: LF
-  file: etc/yardstick/nodes/fuel_virtual/pod.yaml
+  file: {{file}}