diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/development/overview/testing.rst | 24 | ||||
-rw-r--r-- | docs/release/release-notes/releasenotes.rst | 1 |
2 files changed, 25 insertions, 0 deletions
diff --git a/docs/development/overview/testing.rst b/docs/development/overview/testing.rst index 98be43e9..ba0546eb 100644 --- a/docs/development/overview/testing.rst +++ b/docs/development/overview/testing.rst @@ -29,6 +29,18 @@ OpenStack services. .. _OpenStackClient Configuration: https://docs.openstack.org/python-openstackclient/latest/configuration/index.html +Doctor now supports different test cases and for that you might want to +export TEST_CASE with different values: + +.. code-block:: bash + + #Fault management (default) + export TEST_CASE='fault_management' + #Maintenance (requires 3 compute nodes) + export TEST_CASE='maintenance' + #Run both tests cases + export TEST_CASE='all' + Run Python Test Script ~~~~~~~~~~~~~~~~~~~~~~ @@ -45,6 +57,18 @@ environment and then run the test. .. _doctor.sample.conf: https://git.opnfv.org/doctor/tree/etc/doctor.sample.conf +In OPNFV Apex jumphost you can run Doctor testing as follows using tox: + +.. code-block:: bash + + #Before Gambia: overcloudrc.v3 + source overcloudrc + export INSTALLER_IP=${INSTALLER_IP} + export INSTALLER_TYPE=${INSTALLER_TYPE} + git clone https://gerrit.opnfv.org/gerrit/doctor + cd doctor + sudo -E tox + Run Functest Suite ================== diff --git a/docs/release/release-notes/releasenotes.rst b/docs/release/release-notes/releasenotes.rst index 67653415..f1cf9d7e 100644 --- a/docs/release/release-notes/releasenotes.rst +++ b/docs/release/release-notes/releasenotes.rst @@ -14,6 +14,7 @@ Version history +------------+----------+--------------+-------------+ | **Date** | **Ver.** | **Author** | **Comment** | +============+==========+==============+=============+ +| 2018-06-25 | 6.2.0 | Tomi Juvonen | | | 2018-05-25 | 6.1.0 | Tomi Juvonen | | | 2018-04-23 | 6.0.0 | Tomi Juvonen | | +------------+----------+--------------+-------------+ |