testcase start service script fail on centos env 55/52555/2
authorJingLu5 <lvjing5@huawei.com>
Sat, 24 Feb 2018 01:54:42 +0000 (01:54 +0000)
committerJingLu5 <lvjing5@huawei.com>
Tue, 6 Mar 2018 01:08:57 +0000 (01:08 +0000)
JIRA: YARDSTICK-676

In the HA test cases, script 'start_serice.bash' is used to restart the OpenStack service to recover killed process.
It uses 'lsb_release' command to determine the host linux distribution and the target Openstack service name.
In some environments, the 'lsb_release' is not installed hence will cause process-recovery failure.

This patch states the software precondions in the HA test case descriptions.

Change-Id: Ie3f503b8185deec13eebbcacbeac57c0a018cb73
Signed-off-by: JingLu5 <lvjing5@huawei.com>
docs/testing/user/userguide/opnfv_yardstick_tc019.rst
docs/testing/user/userguide/opnfv_yardstick_tc045.rst
docs/testing/user/userguide/opnfv_yardstick_tc046.rst
docs/testing/user/userguide/opnfv_yardstick_tc047.rst
docs/testing/user/userguide/opnfv_yardstick_tc048.rst
docs/testing/user/userguide/opnfv_yardstick_tc049.rst
docs/testing/user/userguide/opnfv_yardstick_tc053.rst
docs/testing/user/userguide/opnfv_yardstick_tc056.rst
docs/testing/user/userguide/opnfv_yardstick_tc057.rst
docs/testing/user/userguide/opnfv_yardstick_tc058.rst

index 57e8ddf..8d79e01 100644 (file)
@@ -125,7 +125,12 @@ Yardstick Test Case Description TC019
 +--------------+--------------------------------------------------------------+
 |post-action   | It is the action when the test cases exist. It will check    |
 |              | the status of the specified process on the host, and restart |
-|              | the process if it is not running for next test cases         |
+|              | the process if it is not running for next test cases.        |
+|              |                                                              |
+|              | Notice: This post-action uses 'lsb_release' command to check |
+|              | the host linux distribution and determine the OpenStack      |
+|              | service name to restart the process. Lack of 'lsb_release'   |
+|              | on the host may cause failure to restart the process.        |
 |              |                                                              |
 +--------------+--------------------------------------------------------------+
 |test verdict  | Fails only if SLA is not passed, or if there is a test case  |
index 0b0993c..3781760 100644 (file)
@@ -128,9 +128,14 @@ Yardstick Test Case Description TC045
 |              | Result: The test case is passed or not.                      |
 |              |                                                              |
 +--------------+--------------------------------------------------------------+
-|post-action   | It is the action when the test cases exist. It will check the|
-|              | status of the specified process on the host, and restart the |
-|              | process if it is not running for next test cases             |
+|post-action   | It is the action when the test cases exist. It will check    |
+|              | the status of the specified process on the host, and restart |
+|              | the process if it is not running for next test cases.        |
+|              |                                                              |
+|              | Notice: This post-action uses 'lsb_release' command to check |
+|              | the host linux distribution and determine the OpenStack      |
+|              | service name to restart the process. Lack of 'lsb_release'   |
+|              | on the host may cause failure to restart the process.        |
 |              |                                                              |
 +--------------+--------------------------------------------------------------+
 |test verdict  | Fails only if SLA is not passed, or if there is a test case  |
index cce6c68..5308c8e 100644 (file)
@@ -127,9 +127,14 @@ Yardstick Test Case Description TC046
 |              | Result: The test case is passed or not.                      |
 |              |                                                              |
 +--------------+--------------------------------------------------------------+
-|post-action   | It is the action when the test cases exist. It will check the|
-|              | status of the specified process on the host, and restart the |
-|              | process if it is not running for next test cases             |
+|post-action   | It is the action when the test cases exist. It will check    |
+|              | the status of the specified process on the host, and restart |
+|              | the process if it is not running for next test cases.        |
+|              |                                                              |
+|              | Notice: This post-action uses 'lsb_release' command to check |
+|              | the host linux distribution and determine the OpenStack      |
+|              | service name to restart the process. Lack of 'lsb_release'   |
+|              | on the host may cause failure to restart the process.        |
 |              |                                                              |
 +--------------+--------------------------------------------------------------+
 |test verdict  | Fails only if SLA is not passed, or if there is a test case  |
index 95158cf..bb8ffc6 100644 (file)
@@ -128,9 +128,14 @@ Yardstick Test Case Description TC047
 |              | Result: The test case is passed or not.                      |
 |              |                                                              |
 +--------------+--------------------------------------------------------------+
-|post-action   | It is the action when the test cases exist. It will check the|
-|              | status of the specified process on the host, and restart the |
-|              | process if it is not running for next test cases             |
+|post-action   | It is the action when the test cases exist. It will check    |
+|              | the status of the specified process on the host, and restart |
+|              | the process if it is not running for next test cases.        |
+|              |                                                              |
+|              | Notice: This post-action uses 'lsb_release' command to check |
+|              | the host linux distribution and determine the OpenStack      |
+|              | service name to restart the process. Lack of 'lsb_release'   |
+|              | on the host may cause failure to restart the process.        |
 |              |                                                              |
 +--------------+--------------------------------------------------------------+
 |test verdict  | Fails only if SLA is not passed, or if there is a test case  |
index 21c00d1..1bf6272 100644 (file)
@@ -128,9 +128,14 @@ Yardstick Test Case Description TC048
 |              | Result: The test case is passed or not.                      |
 |              |                                                              |
 +--------------+--------------------------------------------------------------+
-|post-action   | It is the action when the test cases exist. It will check the|
-|              | status of the specified process on the host, and restart the |
-|              | process if it is not running for next test cases             |
+|post-action   | It is the action when the test cases exist. It will check    |
+|              | the status of the specified process on the host, and restart |
+|              | the process if it is not running for next test case          |
+|              |                                                              |
+|              | Notice: This post-action uses 'lsb_release' command to check |
+|              | the host linux distribution and determine the OpenStack      |
+|              | service name to restart the process. Lack of 'lsb_release'   |
+|              | on the host may cause failure to restart the process.        |
 |              |                                                              |
 +--------------+--------------------------------------------------------------+
 |test verdict  | Fails only if SLA is not passed, or if there is a test case  |
index f58bb99..12ed94b 100644 (file)
@@ -128,9 +128,14 @@ Yardstick Test Case Description TC049
 |              | Result: The test case is passed or not.                      |
 |              |                                                              |
 +--------------+--------------------------------------------------------------+
-|post-action   | It is the action when the test cases exist. It will check the|
-|              | status of the specified process on the host, and restart the |
-|              | process if it is not running for next test cases             |
+|post-action   | It is the action when the test cases exist. It will check    |
+|              | the status of the specified process on the host, and restart |
+|              | the process if it is not running for next test cases.        |
+|              |                                                              |
+|              | Notice: This post-action uses 'lsb_release' command to check |
+|              | the host linux distribution and determine the OpenStack      |
+|              | service name to restart the process. Lack of 'lsb_release'   |
+|              | on the host may cause failure to restart the process.        |
 |              |                                                              |
 +--------------+--------------------------------------------------------------+
 |test verdict  | Fails only if SLA is not passed, or if there is a test case  |
index 3c6bbc6..7308bab 100644 (file)
@@ -135,6 +135,11 @@ Yardstick Test Case Description TC053
 |              | the status of the specified process on the host, and restart |
 |              | the process if it is not running for next test cases.        |
 |              |                                                              |
+|              | Notice: This post-action uses 'lsb_release' command to check |
+|              | the host linux distribution and determine the OpenStack      |
+|              | service name to restart the process. Lack of 'lsb_release'   |
+|              | on the host may cause failure to restart the process.        |
+|              |                                                              |
 +--------------+--------------------------------------------------------------+
 |test verdict  | Fails only if SLA is not passed, or if there is a test case  |
 |              | execution problem.                                           |
index e6e06df..e34c640 100644 (file)
@@ -142,6 +142,11 @@ Yardstick Test Case Description TC056
 |              | the status of the specified process on the host, and restart |
 |              | the process if it is not running for next test cases.        |
 |              |                                                              |
+|              | Notice: This post-action uses 'lsb_release' command to check |
+|              | the host linux distribution and determine the OpenStack      |
+|              | service name to restart the process. Lack of 'lsb_release'   |
+|              | on the host may cause failure to restart the process.        |
+|              |                                                              |
 +--------------+--------------------------------------------------------------+
 |test verdict  | Fails only if SLA is not passed, or if there is a test case  |
 |              | execution problem.                                           |
index 2a4ce40..8b8b4bd 100644 (file)
@@ -155,11 +155,17 @@ Yardstick Test Case Description TC057
 |              | Result: The test case is passed or not.                      |
 |              |                                                              |
 +--------------+------+----------------------------------+--------------------+
-|post-action   | It is the action when the test cases exist. It will check the|
-|              | status of the cluster messaging process(corosync) on the     |
+|post-action   | It is the action when the test cases exist. It will check    |
+|              | the status of the cluster messaging process(corosync) on the |
 |              | host, and restart the process if it is not running for next  |
-|              | test cases                                                   |
+|              | test cases.                                                  |
+|              | Notice: This post-action uses 'lsb_release' command to check |
+|              | the host linux distribution and determine the OpenStack      |
+|              | service name to restart the process. Lack of 'lsb_release'   |
+|              | on the host may cause failure to restart the process.        |
+|              |                                                              |
 +--------------+------+----------------------------------+--------------------+
 |test verdict  | Fails only if SLA is not passed, or if there is a test case  |
 |              | execution problem.                                           |
+|              |                                                              |
 +--------------+--------------------------------------------------------------+
index fb9a4c2..732cd9d 100644 (file)
@@ -108,8 +108,9 @@ Yardstick Test Case Description TC058
 |conditions    | with cachestat included in the image.                        |
 |              |                                                              |
 +--------------+--------------------------------------------------------------+
-|step 1        | Two host VMs are booted, these two hosts are in two different|
-|              | networks, the networks are connected by a virtual router     |
+|step 1        | Two host VMs are booted, these two hosts are in two          |
+|              | different networks, the networks are connected by a virtual  |
+|              | router.                                                      |
 |              |                                                              |
 +--------------+--------------------------------------------------------------+
 |step 1        | start monitors:                                              |
@@ -142,7 +143,13 @@ Yardstick Test Case Description TC058
 |              | Virtual machines and network created in the test case will   |
 |              | be destoryed.                                                |
 |              |                                                              |
+|              | Notice: This post-action uses 'lsb_release' command to check |
+|              | the host linux distribution and determine the OpenStack      |
+|              | service name to restart the process. Lack of 'lsb_release'   |
+|              | on the host may cause failure to restart the process.        |
+|              |                                                              |
 +--------------+------+----------------------------------+--------------------+
 |test verdict  | Fails only if SLA is not passed, or if there is a test case  |
 |              | execution problem.                                           |
+|              |                                                              |
 +--------------+--------------------------------------------------------------+