Skip to content

Commit

Permalink
Documentation: Fix for userspace testsuite directory name
Browse files Browse the repository at this point in the history
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ü <[email protected]>
Signed-off-by: Ben Pfaff <[email protected]>
  • Loading branch information
László Sürü authored and blp committed Nov 8, 2017
1 parent 3220b8a commit 1cfa77b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Documentation/topics/testing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
'''''''''''''''''''
Expand All @@ -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
'''''''''''''''
Expand Down

0 comments on commit 1cfa77b

Please sign in to comment.