diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/configguide/configguide.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/configguide/configguide.rst b/docs/configguide/configguide.rst index 120951c4d..c0444c6b0 100644 --- a/docs/configguide/configguide.rst +++ b/docs/configguide/configguide.rst @@ -277,7 +277,7 @@ from the repository to your current directory and run the container with a volum docker run -ti -e \ "INSTALLER_TYPE=fuel" -e "INSTALLER_IP=10.20.0.2" \ opnfv/functest:brahmaputra.1.0 \ - -v $(pwd)/config_functest.yaml:/home/opnfv/functest/conf/config_functest.yaml \ + -v $(pwd)/config_functest.yaml:/home/opnfv/repos/functest/ci/config_functest.yaml \ /bin/bash\ However, this is not recommended since most of the test cases rely on static |