summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorLászló Sürü <laszlo.suru@ericsson.com>2017-11-08 10:20:20 +0000
committerBen Pfaff <blp@ovn.org>2017-11-08 03:22:04 -0800
commit1cfa77b6c280f7dcdb0659aab0b0c8d55550ba2b (patch)
treec12694352007cd9d85157b419ae0b59be34f1dc9 /Documentation
parent3220b8a89450611f5505ae1c0ba79e215094ef3d (diff)
downloadopenvswitch-1cfa77b6c280f7dcdb0659aab0b0c8d55550ba2b.tar.gz
Documentation: Fix for userspace testsuite directory name
Open vSwitch Testing documentation Userspace datapath section shows incorrect directory name for test result. Morever to this check-system-userspace test fails if another OVS instance is running. This patch corrects the directory name and adds a note for other running instances. Signed-off-by: László Sürü <laszlo.suru@ericsson.com> Signed-off-by: Ben Pfaff <blp@ovn.org>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/topics/testing.rst7
1 files changed, 4 insertions, 3 deletions
diff --git a/Documentation/topics/testing.rst b/Documentation/topics/testing.rst
index 06f99aded..85aa6a1fb 100644
--- a/Documentation/topics/testing.rst
+++ b/Documentation/topics/testing.rst
@@ -280,8 +280,9 @@ Native
++++++
The datapath testsuite as invoked by Vagrant above may also be run manually on
-a Linux system with root privileges. These tests may take several minutes to
-complete, and cannot be run in parallel.
+a Linux system with root privileges. Make sure, no other Open vSwitch instance
+is running on the test suite. These tests may take several minutes to complete,
+and cannot be run in parallel.
Userspace datapath
'''''''''''''''''''
@@ -290,7 +291,7 @@ To invoke the datapath testsuite with the userspace datapath, run::
$ make check-system-userspace
-The results of the testsuite are in ``tests/system-userspace-traffic.dir``.
+The results of the testsuite are in ``tests/system-userspace-testsuite.dir``.
Kernel datapath
'''''''''''''''