[doc] Fix tempest doc

The doc currently refers to an in-tree directory
that we used to have in the distant past.

Also link to config.py and the share backend feature
support matrix where appropriate.

Change-Id: Ic22eba0cedb7c6c7c89ef129a8c6a007d97c7e3b
Signed-off-by: Goutham Pacha Ravi <gouthampravi@gmail.com>
This commit is contained in:
Goutham Pacha Ravi 2020-04-27 13:05:49 -07:00
parent 72a8d19969
commit 45b64631ee

View File

@ -1,8 +1,8 @@
Tempest Tests Tempest Tests
============= =============
Manila stores tempest tests as plugin under ``manila_tempest_tests`` directory. Manila's functional API and scenario tests are in the `manila tempest plugin
It contains functional and scenario tests. <https://opendev.org/openstack/manila-tempest-plugin>`_ repository.
Installation of plugin to tempest Installation of plugin to tempest
--------------------------------- ---------------------------------
@ -39,7 +39,7 @@ and find manila tests in it.
Configuration of manila-related tests in tempest.conf Configuration of manila-related tests in tempest.conf
----------------------------------------------------- -----------------------------------------------------
All config options for manila are defined in ``manila_tempest_tests/config.py`` All config options for manila are defined in `manila_tempest_tests/config.py`_
module. They can be set/redefined in ``tempest.conf`` file. module. They can be set/redefined in ``tempest.conf`` file.
Here is a configuration example: Here is a configuration example:
@ -78,7 +78,9 @@ Here is a configuration example:
.. note:: .. note::
None of existing share drivers support all features. So, make sure None of existing share drivers support all features. So, make sure
that share backends really support features you enable in config. that share backends really support features you enable in config. See
the :doc:`../admin/share_back_ends_feature_support_mapping` to see what
features are supported by the back end that you are testing.
Running tests Running tests
------------- -------------
@ -188,3 +190,5 @@ To run only positive API tests, use following command:
\(\?\=\.\*\\\[\.\*\\bpositive\\b\.\*\\\]\) \ \(\?\=\.\*\\\[\.\*\\bpositive\\b\.\*\\\]\) \
\(\?\=\.\*\\\[\.\*\\bapi\\b\.\*\\\]\) \ \(\?\=\.\*\\\[\.\*\\bapi\\b\.\*\\\]\) \
\(\^manila_tempest_tests.tests.api\) \(\^manila_tempest_tests.tests.api\)
.. _manila_tempest_tests/config.py: https://opendev.org/openstack/manila-tempest-plugin/src/branch/master/manila_tempest_tests/config.py