diff options
author | Tibor Frank <tifrank@cisco.com> | 2018-11-15 09:04:36 +0100 |
---|---|---|
committer | Tibor Frank <tifrank@cisco.com> | 2018-11-15 09:04:36 +0100 |
commit | 0cedc513bbb86fbdaf2550d99863ea8c520ef49b (patch) | |
tree | 2113e639309d7e7107cc4ca21625e5f0b05034c4 /resources/tools | |
parent | 1461f186d0a009875988444faa5a41ca16682d64 (diff) |
CSIT Doc: Add VPP Device tests
Change-Id: Iba4a49ce08e80f2f2d80fa5f73fbab124014d591
Signed-off-by: Tibor Frank <tifrank@cisco.com>
Diffstat (limited to 'resources/tools')
-rw-r--r-- | resources/tools/doc_gen/src/conf.py | 2 | ||||
-rw-r--r-- | resources/tools/doc_gen/src/index.rst | 1 | ||||
-rw-r--r-- | resources/tools/doc_gen/src/tests.vpp.device.rst | 3 |
3 files changed, 5 insertions, 1 deletions
diff --git a/resources/tools/doc_gen/src/conf.py b/resources/tools/doc_gen/src/conf.py index 9d39da08f2..1ebbbe7921 100644 --- a/resources/tools/doc_gen/src/conf.py +++ b/resources/tools/doc_gen/src/conf.py @@ -54,7 +54,7 @@ master_doc = 'index' # General information about the project. project = u'CSIT' -copyright = u'2017, FD.io' +copyright = u'2018, FD.io' author = u'CSIT' # The version info for the project you're documenting, acts as replacement for diff --git a/resources/tools/doc_gen/src/index.rst b/resources/tools/doc_gen/src/index.rst index c4e6b28bdc..aa44809174 100644 --- a/resources/tools/doc_gen/src/index.rst +++ b/resources/tools/doc_gen/src/index.rst @@ -14,5 +14,6 @@ Contents tests.nsh_sfc.func tests.tldk.func tests.vpp.func + tests.vpp.device tests.vpp.perf indices diff --git a/resources/tools/doc_gen/src/tests.vpp.device.rst b/resources/tools/doc_gen/src/tests.vpp.device.rst new file mode 100644 index 0000000000..c042cd57b5 --- /dev/null +++ b/resources/tools/doc_gen/src/tests.vpp.device.rst @@ -0,0 +1,3 @@ +VPP Device Tests +================ + |