From c1644e92d472c1ab44610daefbf29369b43e3387 Mon Sep 17 00:00:00 2001 From: "jose.lausuch" Date: Wed, 24 Feb 2016 14:15:10 +0100 Subject: Fix Doc errors detected in opnfv-docs-verify and add license Some changes taken from https://gerrit.opnfv.org/gerrit/#/c/10595/1 Change-Id: I39f295841c3a89b24e74b7ee613c9da4b223ccab Signed-off-by: jose.lausuch (cherry picked from commit 9f02fb0b914b52336d04a5e8e25102a828fe6191) --- docs/configguide/index.rst | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'docs/configguide/index.rst') diff --git a/docs/configguide/index.rst b/docs/configguide/index.rst index 7519bb85b..e4a04330e 100644 --- a/docs/configguide/index.rst +++ b/docs/configguide/index.rst @@ -187,7 +187,7 @@ provide them to Functest: Once the credentials are there, they shall be sourced before running the tests:: - source /home/opnfv/functest/conf/openstack.creds + source /home/opnfv/functest/conf/openstack.creds Additional Options ------------------ @@ -196,12 +196,12 @@ In case you need to provide different configuration parameters to Functest (e.g. commit IDs or branches for the repositories, ...) copy the config_functest.yaml from the repository to your current directory and run docker with a volume:: - $ wget https://git.opnfv.org/cgit/functest/plain/testcases/config_functest.yaml - $ cmd1 = "/home/opnfv/repos/functest/docker/prepare_env.sh" - $ cmd2 = "/home/opnfv/repos/functest/docker/run_tests.sh" - $ docker run -t -e "INSTALLER_TYPE=fuel" -e "INSTALLER_IP=10.20.0.2" opnfv/functest \ - -v $(pwd)/config_functest.yaml:/home/opnfv/functest/conf/config_functest.yaml \ - "${cmd1} && ${cmd2}" + $ wget https://git.opnfv.org/cgit/functest/plain/testcases/config_functest.yaml + $ cmd1 = "/home/opnfv/repos/functest/docker/prepare_env.sh" + $ cmd2 = "/home/opnfv/repos/functest/docker/run_tests.sh" + $ docker run -t -e "INSTALLER_TYPE=fuel" -e "INSTALLER_IP=10.20.0.2" opnfv/functest \ + -v $(pwd)/config_functest.yaml:/home/opnfv/functest/conf/config_functest.yaml \ + "${cmd1} && ${cmd2}" Integration in CI -- cgit 1.2.3-korg