From a1df84c2e9f4883ebc4565bbbb7f378f70eea184 Mon Sep 17 00:00:00 2001 From: David Blaisonneau Date: Fri, 29 Apr 2016 16:58:25 +0200 Subject: Functest - documentation small corrections Signed-off-by: David Blaisonneau --- docs/configguide/index.rst | 4 +++- 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 -Disconnect and reconnect to enable the group change. +A reconnect is needed. There are 2 ways for this: + #. Re-login to your account + #. su - 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 -- cgit 1.2.3-korg