aboutsummaryrefslogtreecommitdiffstats
path: root/resources/tools/report_gen
diff options
context:
space:
mode:
authorPeter Mikus <pmikus@cisco.com>2017-05-22 09:35:17 +0200
committerPeter Mikus <pmikus@cisco.com>2017-05-25 05:39:30 +0000
commit10649b3ce07bbb3144d196c403d8c1fa65ddf116 (patch)
treee76a123f6c4fe1390aab02fbbc67a28ac2e714c2 /resources/tools/report_gen
parente6e0c3ad0236d3b2ffb91ae757d84acfb97273b5 (diff)
CSIT-612 Report: Minimization of hand-crafted content.
- replace dynamic text content and links by variables. Change-Id: I1a7ec371fc80af3c9dd416bf91dd2c639097cf1e Signed-off-by: Peter Mikus <pmikus@cisco.com>
Diffstat (limited to 'resources/tools/report_gen')
-rw-r--r--resources/tools/report_gen/conf.py32
1 files changed, 27 insertions, 5 deletions
diff --git a/resources/tools/report_gen/conf.py b/resources/tools/report_gen/conf.py
index 12944e47c4..50523d44e4 100644
--- a/resources/tools/report_gen/conf.py
+++ b/resources/tools/report_gen/conf.py
@@ -57,6 +57,28 @@ author = u'FD.io CSIT'
# The full version, including alpha/beta/rc tags.
#release = u''
+rst_epilog = """
+.. |release-1| replace:: rls1704
+.. |vpp-release| replace:: VPP-17.07 release
+.. |vpp-release-1| replace:: VPP-17.04 release
+.. |dpdk-release| replace:: DPDK 17.02
+.. |trex-release| replace:: TRex v2.25
+.. |virl-image-ubuntu| replace:: ubuntu-16.04.1_2017-02-23_1.8
+.. |virl-image-centos| replace:: centos-7.3-1611_2017-02-23_1.4
+
+.. _tag documentation rst file: https://git.fd.io/csit/tree/docs/tag_documentation.rst?h=rls1704
+.. _TRex intallation: https://git.fd.io/csit/tree/resources/tools/t-rex/t-rex-installer.sh?h=rls1704
+.. _TRex driver: https://git.fd.io/csit/tree/resources/tools/t-rex/t-rex-stateless.py?h=rls1704
+.. _CSIT Honeycomb Functional Tests Documentation: https://docs.fd.io/csit/rls1704/doc/tests.func.html
+.. _CSIT Testpmd Performance Tests Documentation: https://docs.fd.io/csit/rls1704/doc/tests.perf.html
+.. _CSIT VPP Functional Tests Documentation: https://docs.fd.io/csit/rls1704/doc/tests.func.html
+.. _CSIT VPP Performance Tests Documentation: https://docs.fd.io/csit/rls1704/doc/tests.perf.html
+.. _VPP test framework documentation: https://docs.fd.io/vpp/17.04/vpp_make_test/html/
+.. _FD.io test executor vpp performance jobs: https://jenkins.fd.io/view/csit/job/csit-vpp-perf-1704-all
+.. _FD.io test executor dpdk performance jobs: https://jenkins.fd.io/view/csit/job/csit-dpdk-perf-1704-all
+.. _FD.io VPP compile job: https://jenkins.fd.io/view/vpp/job/vpp-merge-1704-ubuntu1604/
+"""
+
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
#
@@ -107,7 +129,7 @@ html_context = {
# -- Options for HTMLHelp output ------------------------------------------
# Output file base name for HTML help builder.
-htmlhelp_basename = u'CSIT 17.01 report'
+htmlhelp_basename = u'CSIT 17.07 report'
# -- Options for LaTeX output ---------------------------------------------
@@ -133,7 +155,7 @@ latex_elements = {
# (source start file, target name, title,
# author, documentclass [howto, manual, or own class]).
latex_documents = [
- (master_doc, 'CSIT1701report.tex', u'CSIT 17.01 report',
+ (master_doc, 'CSIT1707report.tex', u'CSIT 17.07 report',
u'cisco', 'manual'),
]
@@ -143,7 +165,7 @@ latex_documents = [
# One entry per manual page. List of tuples
# (source start file, name, description, authors, manual section).
man_pages = [
- (master_doc, 'csit1701report', u'CSIT 17.01 report',
+ (master_doc, 'csit1707report', u'CSIT 17.07 report',
[author], 1)
]
@@ -154,7 +176,7 @@ man_pages = [
# (source start file, target name, title, author,
# dir menu entry, description, category)
texinfo_documents = [
- (master_doc, 'CSIT1701report', u'CSIT 17.01 report',
- author, 'CSIT1701report', 'One line description of project.',
+ (master_doc, 'CSIT1707report', u'CSIT 17.07 report',
+ author, 'CSIT1707report', 'One line description of project.',
'Miscellaneous'),
]