Fix view of doc info for functional tests
Format text for functional tests so it could be interpreted properly. TrivialFix Change-Id: I96d624de23993554d1515b85f2e4e1c6b6ab604d
This commit is contained in:
parent
822df93c1e
commit
60b7c5caea
@ -43,18 +43,26 @@ Functional tests
|
||||
----------------
|
||||
|
||||
Functional CLI tests require several things to be able to run:
|
||||
- Deployed and working manila service.
|
||||
- Configured config file.
|
||||
|
||||
* Deployed and working manila service.
|
||||
* Configured config file.
|
||||
|
||||
Config file is used to get information like 'auth_url', 'username',
|
||||
'tenant_name' and 'password'.
|
||||
To get config sample need to run following 'tox' job:
|
||||
$ tox -e genconfig
|
||||
|
||||
.. code-block:: console
|
||||
|
||||
$ tox -e genconfig
|
||||
|
||||
This will create file 'etc/manilaclient/manilaclient.conf.sample' with all
|
||||
available config opts.
|
||||
Then rename it removing ".sample" and set values for opts there. After it,
|
||||
tests can be run using following tox job:
|
||||
$ tox -e functional
|
||||
|
||||
.. code-block:: console
|
||||
|
||||
$ tox -e functional
|
||||
|
||||
Indices and tables
|
||||
==================
|
||||
|
Loading…
Reference in New Issue
Block a user