summaryrefslogtreecommitdiffstats
path: root/docs/configguide/index.rst
diff options
context:
space:
mode:
authorjose.lausuch <jose.lausuch@ericsson.com>2016-02-24 14:15:10 +0100
committerJose Lausuch <jose.lausuch@ericsson.com>2016-02-24 15:08:44 +0000
commitc1644e92d472c1ab44610daefbf29369b43e3387 (patch)
treeaa0f07db73a54c65c9d82c33fd8eb2008c2d5412 /docs/configguide/index.rst
parent1bb43a106bab645c564880ea4ee9f9c9b9f9ae52 (diff)
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 <jose.lausuch@ericsson.com> (cherry picked from commit 9f02fb0b914b52336d04a5e8e25102a828fe6191)
Diffstat (limited to 'docs/configguide/index.rst')
-rw-r--r--docs/configguide/index.rst14
1 files changed, 7 insertions, 7 deletions
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