diff options
author | Tibor Frank <tifrank@cisco.com> | 2018-11-15 09:04:36 +0100 |
---|---|---|
committer | Tibor Frank <tifrank@cisco.com> | 2018-11-15 08:08:31 +0000 |
commit | bee2692e6bec5537cb6ae637a2f9fe19fc651dca (patch) | |
tree | 7d056b37bc4390ab5d460fd594b5844ffa5ff924 /resources/tools | |
parent | d9d8ebc7dd1abc8ede0cb29dd25962828c1973c2 (diff) |
CSIT Doc: Add VPP Device tests
Change-Id: Iba4a49ce08e80f2f2d80fa5f73fbab124014d591
Signed-off-by: Tibor Frank <tifrank@cisco.com>
(cherry picked from commit 0cedc513bbb86fbdaf2550d99863ea8c520ef49b)
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 +================ + |