Adds documentation for devstack unit tests enablement

Closes Bug: 1283214
Closes Bug: 1203723

Change-Id: Iac25185c7cc92ddebd3a22b602f7c8885d009807
This commit is contained in:
Thanassis Parathyras 2015-03-12 22:15:50 +02:00
parent 1331a828da
commit a03ed37626
1 changed files with 12 additions and 0 deletions

View File

@ -378,6 +378,18 @@ IP Version
can be configured with any valid IPv6 prefix. The default values make
use of an auto-generated ``IPV6_GLOBAL_ID`` to comply with RFC 4193.*
Unit tests dependencies install
-------------------------------
| *Default: ``INSTALL_TESTONLY_PACKAGES=False``*
| In order to be able to run unit tests with script ``run_test.sh``,
the required package dependencies need to be installed.
Setting this option as below does the work.
::
INSTALL_TESTONLY_PACKAGES=True
Examples
========