Functest - documentation small corrections 53/13453/1
authorDavid Blaisonneau <david.blaisonneau@orange.com>
Fri, 29 Apr 2016 14:58:25 +0000 (16:58 +0200)
committerMorgan Richomme <morgan.richomme@orange.com>
Fri, 29 Apr 2016 15:34:35 +0000 (15:34 +0000)
Signed-off-by: David Blaisonneau <david.blaisonneau@orange.com>
(cherry picked from commit a1df84c2e9f4883ebc4565bbbb7f378f70eea184)

Change-Id: Ic66b5f1dcb0413021929bac58f7d8456789cdbc1

docs/configguide/index.rst
docs/userguide/runfunctest.rst

index 3ca6050..411f68d 100644 (file)
@@ -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:
 
index 67d6d47..6dbddb1 100644 (file)
@@ -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