diff options
-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 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 |