Functest - documentation small corrections 45/13445/1
authorDavid Blaisonneau <david.blaisonneau@orange.com>
Fri, 29 Apr 2016 14:58:25 +0000 (16:58 +0200)
committerDavid Blaisonneau <david.blaisonneau@orange.com>
Fri, 29 Apr 2016 14:58:52 +0000 (16:58 +0200)
Signed-off-by: David Blaisonneau <david.blaisonneau@orange.com>
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 05f7ddf..580fb96 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