Cleanup of docs for integration tests

Some parts of text from https://github.com/openstack/sahara/blob/master/sahara/tests/integration/README.rst
are displayed not correctly. This patch corrects that.

Change-Id: Iec7b6b51530d96739f640a3fdfe1e894a67ed4a9
(cherry picked from commit 1fa25cd90a)
This commit is contained in:
Yaroslav Lobankov 2014-04-08 17:15:07 +04:00 committed by Sergey Lukjanov
parent 66b314dd55
commit c3eceeff18
1 changed files with 7 additions and 8 deletions

View File

@ -22,11 +22,8 @@ In this case all tests will be launched except disabled tests.
Tests can be disabled in the ``/sahara/tests/integration/configs/config.py`` Tests can be disabled in the ``/sahara/tests/integration/configs/config.py``
file or in the ``/sahara/tests/integration/configs/itest.conf``. file or in the ``/sahara/tests/integration/configs/itest.conf``.
.. note:: **NOTE:** Both ``OS_TENANT_ID`` and ``OS_TENANT_NAME`` must be specified in the
config file.
Both ``OS_TENANT_ID`` and ``OS_TENANT_NAME`` must be specified in the
config file.
..
If you want to run integration tests for one plugin, you should use the If you want to run integration tests for one plugin, you should use the
corresponding tox env: corresponding tox env:
@ -66,11 +63,13 @@ this case you should use the following tox env:
Here are a few more examples. Here are a few more examples.
* ``tox -e integration -- transient`` will run test for transient cluster. In ``tox -e integration -- transient`` will run test for transient cluster. In
this case cluster will be created via the Vanilla plugin with the Hadoop this case cluster will be created via the Vanilla plugin with the Hadoop
version 1.2.1. More info about transient cluster see in section ``Contents``. version 1.2.1. More info about transient cluster see in section ``Contents``.
* ``tox -e integration -- hdp`` will run tests for the HDP plugin.
* ``tox -e integration -- transient vanilla2 idh2`` will run test for transient ``tox -e integration -- hdp`` will run tests for the HDP plugin.
``tox -e integration -- transient vanilla2 idh2`` will run test for transient
cluster, tests for the Vanilla plugin with the Hadoop version 1.2.1 and tests cluster, tests for the Vanilla plugin with the Hadoop version 1.2.1 and tests
for the IDH plugin with the Intel Hadoop version 2.5.1. for the IDH plugin with the Intel Hadoop version 2.5.1.