X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=docs%2Fdevelopment%2Foverview%2Ftesting.rst;h=8d0e90e67b4d6a75aaf3bd1f6811f0f3a5384e43;hb=b8c169d1f7358645514f93f68b966f33c5af7e56;hp=08a4d933d9b95381b8fbe22c431566aba04324ce;hpb=25759e0a0204765a7a9454d7586df66592e943c2;p=doctor.git diff --git a/docs/development/overview/testing.rst b/docs/development/overview/testing.rst index 08a4d933..8d0e90e6 100644 --- a/docs/development/overview/testing.rst +++ b/docs/development/overview/testing.rst @@ -76,22 +76,18 @@ Functest container. You can run the Doctor test with the following steps: .. code-block:: bash DOCKER_TAG=latest - docker pull opnfv/functest:${DOCKER_TAG} + docker pull docker.io/opnfv/functest-features:${DOCKER_TAG} docker run --privileged=true -id \ -e INSTALLER_TYPE=${INSTALLER_TYPE} \ -e INSTALLER_IP=${INSTALLER_IP} \ -e INSPECTOR_TYPE=sample \ - -e PYTHON_ENABLE=True \ - opnfv/functest:${DOCKER_TAG} /bin/bash - docker exec python /home/opnfv/repos/functest/functest/ci/prepare_env.py start - docker exec functest testcase run doctor - -Add an environment variable *PYTHON_ENABLE* to indicate that using Python or -Bash to run the test when start the docker container. + docker.io/opnfv/functest-features:${DOCKER_TAG} /bin/bash + docker exec functest env prepare + docker exec functest testcase run doctor-notification See `Functest Userguide`_ for more information. -.. _Functest Userguide: http://artifacts.opnfv.org/functest/docs/userguide/index.html +.. _Functest Userguide: http://docs.opnfv.org/en/latest/submodules/functest/docs/testing/user/userguide/index.html For testing with stable version, change DOCKER_TAG to 'stable' or other release tag identifier.