bugfix: tc023 miss description and tc050-58 wrong description 39/47239/4
authorrexlee8776 <limingjiang@huawei.com>
Wed, 15 Nov 2017 09:40:21 +0000 (09:40 +0000)
committerrexlee8776 <limingjiang@huawei.com>
Mon, 20 Nov 2017 01:55:03 +0000 (01:55 +0000)
also modify tc019,025,045-49 descrition to be unified

JIRA: YARDSTICK-850

Change-Id: I3f775f1ebff4063edc53b9bc26d7ba10b8af8a9d
Signed-off-by: rexlee8776 <limingjiang@huawei.com>
16 files changed:
tests/opnfv/test_cases/opnfv_yardstick_tc019.yaml
tests/opnfv/test_cases/opnfv_yardstick_tc023.yaml
tests/opnfv/test_cases/opnfv_yardstick_tc025.yaml
tests/opnfv/test_cases/opnfv_yardstick_tc045.yaml
tests/opnfv/test_cases/opnfv_yardstick_tc046.yaml
tests/opnfv/test_cases/opnfv_yardstick_tc047.yaml
tests/opnfv/test_cases/opnfv_yardstick_tc048.yaml
tests/opnfv/test_cases/opnfv_yardstick_tc049.yaml
tests/opnfv/test_cases/opnfv_yardstick_tc050.yaml
tests/opnfv/test_cases/opnfv_yardstick_tc051.yaml
tests/opnfv/test_cases/opnfv_yardstick_tc052.yaml
tests/opnfv/test_cases/opnfv_yardstick_tc053.yaml
tests/opnfv/test_cases/opnfv_yardstick_tc054.yaml
tests/opnfv/test_cases/opnfv_yardstick_tc056.yaml
tests/opnfv/test_cases/opnfv_yardstick_tc057.yaml
tests/opnfv/test_cases/opnfv_yardstick_tc058.yaml

index 852424d..d729169 100644 (file)
@@ -10,7 +10,9 @@
 
 schema: "yardstick:task:0.1"
 description: >
-    Sample test case for the HA of controller node Openstack service.
+
+    Yardstick TC019 config file;
+    HA test case: HA test case: Control node Openstack service down - nova-api.
 
 {% set file = file or '/etc/yardstick/pod.yaml' %}
 {% set attack_host = attack_host or "node1" %}
index f2cad4c..7136a9e 100644 (file)
@@ -9,6 +9,9 @@
 ---
 
 schema: "yardstick:task:0.1"
+description: >
+    Yardstick TC023 config file;
+    Measure VM availability during VM live migration.
 
 {% set file = file or "etc/yardstick/nodes/compass_sclab_virtual/pod.yaml" %}
 {% set cpu_set = cpu_set or "0,1,2,3" %}
index 3e630ca..ac2db0d 100644 (file)
 
 schema: "yardstick:task:0.1"
 description: >
-    Sample test case for the HA of OpenStack Controll Node abnormally shutdown.
-    In order to power on the shutdown node after testing, the jumphost is
-    required to install ipmitool. Ipmi jumphost info and each nodes' ipmi ip,
-    username, password are needed in pod file (There is a sample pod file in
-    "etc/yardstick/nodes/pod.yaml.ipmi.sample").
+    Yardstick TC025 config file;
+    HA test case: OpenStack Controll Node abnormally shutdown.
 
 {% set file = file or '/etc/yardstick/pod.yaml' %}
 {% set jump_host = jump_host or 'node0' %}
index f9d9dde..6a3465c 100644 (file)
@@ -10,7 +10,8 @@
 
 schema: "yardstick:task:0.1"
 description: >
-    Test case for TC045 :Control node Openstack service down - neutron server.
+    Yardstick TC045 config file;
+    HA test case: Control node Openstack service down - neutron-server.
 
 {% set file = file or '/etc/yardstick/pod.yaml' %}
 {% set attack_host = attack_host or "node1" %}
index 1294899..200bdfc 100644 (file)
@@ -10,7 +10,8 @@
 
 schema: "yardstick:task:0.1"
 description: >
-    Test case for TC046 :Control node Openstack service down - keystone.
+    Yardstick TC046 config file;
+    HA test case: Control node Openstack service down - keystone.
 
 {% set file = file or '/etc/yardstick/pod.yaml' %}
 {% set attack_host = attack_host or "node1" %}
index 4a0b65b..d7c69c0 100644 (file)
@@ -10,7 +10,8 @@
 
 schema: "yardstick:task:0.1"
 description: >
-    Test case for TC047 :Control node Openstack service down - glance api.
+    Yardstick TC047 config file;
+    HA test case: Control node Openstack service down - glance-api.
 
 {% set file = file or '/etc/yardstick/pod.yaml' %}
 {% set attack_host = attack_host or "node1" %}
index a1629c6..ddc62bb 100644 (file)
@@ -10,7 +10,8 @@
 
 schema: "yardstick:task:0.1"
 description: >
-    Test case for TC048 :Control node Openstack service down - cinder api.
+    Yardstick TC048 config file;
+    HA test case: Control node Openstack service down - cinder-api.
 
 {% set file = file or '/etc/yardstick/pod.yaml' %}
 {% set attack_host = attack_host or "node1" %}
index 7b8383e..b23bb33 100644 (file)
@@ -10,7 +10,8 @@
 
 schema: "yardstick:task:0.1"
 description: >
-    Test case for TC049 :Control node Openstack service down - swift proxy.
+    Yardstick TC049 config file;
+    HA test case: Control node Openstack service down - swift-proxy.
 
 {% set file = file or '/etc/yardstick/pod.yaml' %}
 {% set attack_host = attack_host or "node1" %}
index b765feb..dde3a10 100644 (file)
@@ -10,8 +10,8 @@
 
 schema: "yardstick:task:0.1"
 description: >
-    Test case for TC050 :OpenStack Controller Node Network High Availability;
-    This test case is written by new scenario-based HA testing framework.
+    Yardstick TC050 config file;
+    HA test case: OpenStack Controller Node Network High Availability.
 
 {% set file = file or '/etc/yardstick/pod.yaml' %}
 {% set attack_host = attack_host or "node1" %}
index aade1ae..3d4985f 100644 (file)
@@ -10,8 +10,8 @@
 
 schema: "yardstick:task:0.1"
 description: >
-    Test case for TC051 :OpenStack Controller Node CPU Overload High Availability;
-    This test case is written by new scenario-based HA testing framework.
+    Yardstick TC051 config file;
+    HA test case: OpenStack Controller Node CPU Overload High Availability.
 
 {% set file = file or '/etc/yardstick/pod.yaml' %}
 {% set attack_host = attack_host or "node1" %}
index 62cabd1..8052f54 100644 (file)
@@ -10,8 +10,8 @@
 
 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/pod.yaml' %}
 {% set attack_host = attack_host or "node1" %}
index 64c67c0..bcf5902 100644 (file)
@@ -10,8 +10,8 @@
 
 schema: "yardstick:task:0.1"
 description: >
-    Test case for TC053 :Openstack Controller Load Balance Service High Availability;
-    This test case is written by new scenario-based HA testing framework.
+    Yardstick TC053 config file;
+    HA test case: Openstack Controller Load Balance Service High Availability.
 
 {% set file = file or '/etc/yardstick/pod.yaml' %}
 {% set attack_host = attack_host or "node1" %}
index 5eb34e5..a1fa38e 100644 (file)
@@ -10,8 +10,8 @@
 
 schema: "yardstick:task:0.1"
 description: >
-    Test case for TC054 :OpenStack VIP Master Node abnormally shutdown High Availability;
-    This test case is written by new scenario-based HA testing framework.
+    Yardstick TC054 config file;
+    HA test case: OpenStack VIP Master Node abnormally shutdown High Availability.
 
 {% set jump_host = jump_host or 'node0' %}
 {% set attack_host = attack_host or 'node1' %}
index 40e8f9c..0035a1f 100644 (file)
@@ -10,8 +10,8 @@
 
 schema: "yardstick:task:0.1"
 description: >
-    Test case for TC056 :OpenStack Controller Messaging Queue Service High
-    Availability.
+    Yardstick TC056 config file;
+    HA test case: OpenStack Controller Messaging Queue Service High Availability.
 
 {% set file = file or '/etc/yardstick/pod.yaml' %}
 {% set attack_host = attack_host or 'node1' %}
index 28aa0b6..6d71091 100644 (file)
@@ -10,9 +10,8 @@
 
 schema: "yardstick:task:0.1"
 description: >
-    Test case for TC057 :OpenStack Controller Cluster Management Service High
-    Availability;
-    This test case is written by scenario-based HA testing framework.
+    Yardstick TC057 config file;
+    HA test case: OpenStack Controller Cluster Management Service High Availability.
 
 {% set file = file or '/etc/yardstick/pod.yaml' %}
 {% set vip_mgmt = vip_mgmt or 'vip__management' %}
index 7fb7daf..77b9172 100644 (file)
@@ -10,9 +10,8 @@
 
 schema: "yardstick:task:0.1"
 description: >
-    Test case for TC058 :OpenStack Controller Virtual Router Service High
-    Availability;
-    This test case is written by scenario-based HA testing framework.
+    Yardstick TC058 config file;
+    HA test case: OpenStack Controller Virtual Router Service High Availability.
 
 {% set file = file or '/etc/yardstick/pod.yaml' %}
 {% set image = image or 'yardstick-image' %}