diff options
author | David Blaisonneau <david.blaisonneau@orange.com> | 2016-04-29 16:58:25 +0200 |
---|---|---|
committer | Morgan Richomme <morgan.richomme@orange.com> | 2016-04-29 15:34:35 +0000 |
commit | 41850cb3d26e1bb8510fb5bdea239cf5dad1a8bc (patch) | |
tree | 2a4cbb4d70157771eff90f8491c90a43bb338162 | |
parent | c7b0316f6572a318b4a61095bb4b7d5a25b7ce5d (diff) |
Functest - documentation small corrections
Signed-off-by: David Blaisonneau <david.blaisonneau@orange.com>
(cherry picked from commit a1df84c2e9f4883ebc4565bbbb7f378f70eea184)
Change-Id: Ic66b5f1dcb0413021929bac58f7d8456789cdbc1
-rw-r--r-- | docs/configguide/index.rst | 4 | ||||
-rw-r--r-- | docs/userguide/runfunctest.rst | 2 |
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 67d6d47c9..6dbddb11a 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 |