X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?p=doctor.git;a=blobdiff_plain;f=docs%2Fdevelopment%2Foverview%2Ffunctest_scenario%2Fdoctor-scenario-in-functest.rst;fp=docs%2Fdevelopment%2Foverview%2Ffunctest_scenario%2Fdoctor-scenario-in-functest.rst;h=4505dd8fbc1d5f27fb3f687ee8485c7d4d7f870a;hp=9f92b5bf36e895d23c53787491349fee07ad7835;hb=2eb1c7f3fbd2a4bf6468f63e64ea3c1496236fe5;hpb=73605c5c34b97ab56306bfa9af0f5888f3c7e46d diff --git a/docs/development/overview/functest_scenario/doctor-scenario-in-functest.rst b/docs/development/overview/functest_scenario/doctor-scenario-in-functest.rst index 9f92b5bf..4505dd8f 100644 --- a/docs/development/overview/functest_scenario/doctor-scenario-in-functest.rst +++ b/docs/development/overview/functest_scenario/doctor-scenario-in-functest.rst @@ -59,7 +59,7 @@ Doctor testing can also be triggered by tox on OPNFV installer jumphost. Tox is normally used for functional, module and coding style testing in Python project. -Currently, 'Apex', 'Daisy', 'Fuel' and 'local' installer are supported. +Currently, 'Apex', 'MCP' and 'local' installer are supported. Fault management use case @@ -172,9 +172,11 @@ Maintenance test case Maintenance test case is currently running in our Apex CI and executed by tox. This is because the special limitation mentioned below and also the fact we -currently have only sample implementation as a proof of concept. Environmental -variable TEST_CASE='maintenance' needs to be used when executing -"doctor_tests/main.py". Test case workflow can be seen in :numref:`figure-p3`. +currently have only sample implementation as a proof of concept and we also +support unofficial OpenStack project Fenix. Environment variable +TEST_CASE='maintenance' needs to be used when executing "doctor_tests/main.py" +and ADMIN_TOOL_TYPE='fenix' if want to test with Fenix instead of sample +implementation. Test case workflow can be seen in :numref:`figure-p3`. .. figure:: ./images/Maintenance-workflow.png :name: figure-p3