diff options
author | Tibor Frank <tifrank@cisco.com> | 2018-09-05 15:39:06 +0200 |
---|---|---|
committer | Tibor Frank <tifrank@cisco.com> | 2018-09-05 13:40:18 +0000 |
commit | ec0bb014055f0de06d2f22f7067e4ed7cb27ceaf (patch) | |
tree | 633d5ee74229f9fcad9147b919cdf7f8b2bfbb59 | |
parent | 76cc4e9698ca3cd9a89636b8a0760dabf3e35b77 (diff) |
Add Report history
Change-Id: I5c7e594bcce266d765d2a517adcbec8e88da7c48
Signed-off-by: Tibor Frank <tifrank@cisco.com>
(cherry picked from commit b456176a07ae1a3721407693d75931db6b1cd14e)
-rw-r--r-- | docs/report/index.html.template | 1 | ||||
-rw-r--r-- | resources/tools/presentation/conf.py | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/docs/report/index.html.template b/docs/report/index.html.template index ad61073b09..7a805674cc 100644 --- a/docs/report/index.html.template +++ b/docs/report/index.html.template @@ -5,6 +5,7 @@ CSIT 18.07 :maxdepth: 2 :caption: Introduction + introduction/report_history introduction/introduction introduction/test_scenarios_overview introduction/physical_testbeds diff --git a/resources/tools/presentation/conf.py b/resources/tools/presentation/conf.py index 9b22d910a6..c193986ded 100644 --- a/resources/tools/presentation/conf.py +++ b/resources/tools/presentation/conf.py @@ -103,7 +103,7 @@ rst_epilog = """ .. _CSIT Testbed Setup: https://git.fd.io/csit/tree/resources/tools/testbed-setup/README.md?h={release} .. _K8s configuration files: https://github.com/FDio/csit/tree/{release}/resources/templates/kubernetes """.format(release='rls1807', - report_version='v1.0', + report_version='v1.1', prev_release='rls1804', srelease='1807', csitrelease='18.07', |