diff options
author | Jing Lu <lvjing5@huawei.com> | 2018-03-16 08:45:29 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2018-03-16 08:45:29 +0000 |
commit | 7d3d2250ee6bb2b66bf8c5beda20c737abb57484 (patch) | |
tree | 13bee890c6d814ed45cc926a274dad730d65533f /docs/testing/user/userguide/opnfv_yardstick_tc057.rst | |
parent | 6719224ad22d616cb0dbae2fcc47873acfc6dbf4 (diff) | |
parent | a32083578e7d6238e377a1082cacba1d51ce2aef (diff) |
Merge "testcase start service script fail on centos env"
Diffstat (limited to 'docs/testing/user/userguide/opnfv_yardstick_tc057.rst')
-rw-r--r-- | docs/testing/user/userguide/opnfv_yardstick_tc057.rst | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/docs/testing/user/userguide/opnfv_yardstick_tc057.rst b/docs/testing/user/userguide/opnfv_yardstick_tc057.rst index bb42b2aae..1bb43c9e7 100644 --- a/docs/testing/user/userguide/opnfv_yardstick_tc057.rst +++ b/docs/testing/user/userguide/opnfv_yardstick_tc057.rst @@ -162,8 +162,14 @@ Yardstick Test Case Description TC057 |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. | +| | | +--------------+--------------------------------------------------------------+ |