summaryrefslogtreecommitdiff
path: root/Documentation/conf.py
diff options
context:
space:
mode:
authorStephen Finucane <stephen@that.guru>2017-04-10 13:12:29 +0100
committerBen Pfaff <blp@ovn.org>2017-04-21 14:15:13 -0700
commit3591d8c7bb62c7889da547eb528f8b23b9f4855d (patch)
tree40c5ab9e9d296f95ef02f938c17cf6dd18744c42 /Documentation/conf.py
parentfd0837a76f4c7613e535a83b7677bf7946ce7b76 (diff)
downloadopenvswitch-3591d8c7bb62c7889da547eb528f8b23b9f4855d.tar.gz
doc: Convert ovs-test to rST
Signed-off-by: Stephen Finucane <stephen@that.guru> Signed-off-by: Ben Pfaff <blp@ovn.org>
Diffstat (limited to 'Documentation/conf.py')
-rw-r--r--Documentation/conf.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/conf.py b/Documentation/conf.py
index 54a0d1740..7c3586b12 100644
--- a/Documentation/conf.py
+++ b/Documentation/conf.py
@@ -331,6 +331,9 @@ latex_documents = [
# One entry per manual page. List of tuples
# (source start file, name, description, authors, manual section).
man_pages = [
+ ('ref/ovs-test.8', 'ovs-test',
+ u'Check Linux drivers for performance, vlan and L3 tunneling problems',
+ [author], 8),
('ref/ovs-vlan-test.8', 'ovs-vlan-test',
u'Check Linux drivers for problems with vlan traffic',
[author], 8)