X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=docs%2Fdevelopment%2Foverview%2Ftesting.rst;h=663d4c3fb6d664d3679ebe7ee19d8ac73ca49485;hb=2eb1c7f3fbd2a4bf6468f63e64ea3c1496236fe5;hp=ba0546eb655068d8a78ad7b7d3a4bb3245740b5f;hpb=a39f73774b2f819ff8d8a84abad1cae6a2d50b82;p=doctor.git diff --git a/docs/development/overview/testing.rst b/docs/development/overview/testing.rst index ba0546eb..663d4c3f 100644 --- a/docs/development/overview/testing.rst +++ b/docs/development/overview/testing.rst @@ -38,6 +38,8 @@ export TEST_CASE with different values: export TEST_CASE='fault_management' #Maintenance (requires 3 compute nodes) export TEST_CASE='maintenance' + #Use Fenix in maintenance testing instead of sample admin_tool + export ADMIN_TOOL_TYPE='fenix' #Run both tests cases export TEST_CASE='all' @@ -61,7 +63,6 @@ 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} @@ -88,7 +89,8 @@ Functest container. You can run the Doctor test with the following steps: See `Functest Userguide`_ for more information. -.. _Functest Userguide: http://docs.opnfv.org/en/latest/submodules/functest/docs/testing/user/userguide/index.html +.. _Functest Userguide: :doc:`` + For testing with stable version, change DOCKER_TAG to 'stable' or other release tag identifier.