summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorDavid Blaisonneau <david.blaisonneau@orange.com>2016-04-29 16:58:25 +0200
committerDavid Blaisonneau <david.blaisonneau@orange.com>2016-04-29 16:58:52 +0200
commita1df84c2e9f4883ebc4565bbbb7f378f70eea184 (patch)
treedc2b9dc241346da3692bff93c155f4648ec318ba /docs
parenta0b6f65362dbd83c4e3f96ccae45e49dc5cdebc3 (diff)
Functest - documentation small corrections
Signed-off-by: David Blaisonneau <david.blaisonneau@orange.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/configguide/index.rst4
-rw-r--r--docs/userguide/runfunctest.rst2
2 files changed, 4 insertions, 2 deletions
diff --git a/docs/configguide/index.rst b/docs/configguide/index.rst
index 3ca605033..411f68d68 100644
--- a/docs/configguide/index.rst
+++ b/docs/configguide/index.rst
@@ -132,7 +132,9 @@ Add your user to docker group to be able to run commands without sudo::
sudo usermod -aG docker <your_user>
-Disconnect and reconnect to enable the group change.
+A reconnect is needed. There are 2 ways for this:
+ #. Re-login to your account
+ #. su - <username>
References:
diff --git a/docs/userguide/runfunctest.rst b/docs/userguide/runfunctest.rst
index 05f7ddfa9..580fb9635 100644
--- a/docs/userguide/runfunctest.rst
+++ b/docs/userguide/runfunctest.rst
@@ -41,7 +41,7 @@ several options::
examples:
run_tests.sh
- run_tests.sh --test vping,odl
+ run_tests.sh --test vping_ssh,odl
run_tests.sh -t tempest,rally --no-clean
The *-r* option is used by the OPNFV Continuous Integration automation mechanisms