summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorxudan <xudan16@huawei.com>2019-05-17 04:13:30 -0400
committerDan Xu <xudan16@huawei.com>2019-06-10 03:24:16 +0000
commitfe1a78666f215a568866c4b5eb28c8feda0ad278 (patch)
treeb2c93c3f7f3f28b1d91bcb5247fc2b0e4b6d715c /docs
parentdc5264ec9b19a8673204af11dbba68bdb50cfde2 (diff)
Bugfix: Fix Dovetail 2 bugs found with CI results
There are 2 bugs found with CI results of functest.tempest.neutron_tempest_plugin_api and all HA test cases. Yardtsick conf file does't mapping the keyfile to Yardstick container, so all HA test cases got SSHERROR. Also remove some useless debug msg to make dovetail.log more concise. Change-Id: I63c12d1b91ed5f8f8a893689384685ca9215f367 Signed-off-by: xudan <xudan16@huawei.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/testing/user/userguide/testing_guide.rst7
1 files changed, 3 insertions, 4 deletions
diff --git a/docs/testing/user/userguide/testing_guide.rst b/docs/testing/user/userguide/testing_guide.rst
index f4d9bb75..5636c982 100644
--- a/docs/testing/user/userguide/testing_guide.rst
+++ b/docs/testing/user/userguide/testing_guide.rst
@@ -360,10 +360,9 @@ A sample is provided below to show the required syntax when using a key file.
user: root
# Private ssh key for accessing the controller nodes. If a keyfile is
- # being used, the path specified **must** be as shown below as this
- # is the location of the user-provided private ssh key inside the
- # Yardstick container.
- key_filename: /home/opnfv/userconfig/pre_config/id_rsa
+ # being used instead of password, it **must** be put under
+ # ``$DOVETAIL_HOME/pre_config/.
+ key_filename: /home/dovetail/pre_config/id_rsa
Under nodes, repeat entries for name, role, ip, user and password or key file for each of the
controller/compute nodes that comprise the SUT. Use a '-' to separate each of the entries.