From 906e785a9409ac96e1feb7d18b02205ba7a94a5a Mon Sep 17 00:00:00 2001 From: Vitaly Gridnev Date: Fri, 20 Jan 2017 12:18:19 +0400 Subject: [PATCH] Fix links in tests docs Change-Id: Icd89d821193ba569dfd55fd41bf81ea900f1c3d9 Closes-bug: 1657474 Signed-off-by: Vitaly Gridnev --- doc/source/devref/testing.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/source/devref/testing.rst b/doc/source/devref/testing.rst index 128146e548..e92810930f 100644 --- a/doc/source/devref/testing.rst +++ b/doc/source/devref/testing.rst @@ -28,9 +28,9 @@ Additional tests Additional tests reside in the sahara-tests repository (as above): * REST API tests checking to ensure that the Sahara REST API works. - The only parts that are not tested are cluster creation and EDP. For more - info about api tests see - http://docs.openstack.org/developer/tempest/field_guide/api.html + The only parts that are not tested are cluster creation and EDP. -* CLI tests check read-only operations using the Sahara CLI. For more info see - http://docs.openstack.org/developer/tempest/field_guide/cli.html +* CLI tests check read-only operations using the Sahara CLI. + +For more information about these tests, please read +http://docs.openstack.org/developer/sahara-tests/tempest-plugin.html