diff options
-rw-r--r-- | docs/report/introduction/overview.rst | 3 | ||||
-rw-r--r-- | resources/tools/presentation/conf.py | 1 |
2 files changed, 4 insertions, 0 deletions
diff --git a/docs/report/introduction/overview.rst b/docs/report/introduction/overview.rst index 180e73ff57..48d631f2e1 100644 --- a/docs/report/introduction/overview.rst +++ b/docs/report/introduction/overview.rst @@ -5,6 +5,9 @@ This is the **F**\ast **D**\ata **I**/**O** Project (**FD.io**) **C**\ontinuous **S**\ystem **I**\ntegration and **T**\esting (**CSIT**) project report for CSIT |release| system testing of |vpp-release|. +This is the full html version, there is also the reduced +`pdf version of this report`_. + The report describes CSIT functional and performance tests and their continuous execution delivered in CSIT |release|. A high-level overview is provided for each CSIT test environment running in :abbr:`LF (Linux Foundation)` diff --git a/resources/tools/presentation/conf.py b/resources/tools/presentation/conf.py index 6fad510f72..e833b643dc 100644 --- a/resources/tools/presentation/conf.py +++ b/resources/tools/presentation/conf.py @@ -67,6 +67,7 @@ rst_epilog = """ .. |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 +.. _pdf version of this report: https://docs.fd.io/csit/rls1710/report/_static/archive/csit_rls1710.pdf .. _tag documentation rst file: https://git.fd.io/csit/tree/docs/tag_documentation.rst?h=rls1710 .. _TRex intallation: https://git.fd.io/csit/tree/resources/tools/trex/trex_installer.sh?h=rls1710 .. _TRex driver: https://git.fd.io/csit/tree/resources/tools/trex/trex_stateless_profile.py?h=rls1710 |