From 20f419f950606f1848a81d815c251f8180867b50 Mon Sep 17 00:00:00 2001 From: Tibor Frank Date: Thu, 5 Nov 2020 08:34:46 +0100 Subject: [PATCH] Report: Configure rls2009.46 Change-Id: I7886285de8edbf66e03e1b22d85c2e7a4c4d7224 Signed-off-by: Tibor Frank --- docs/report/introduction/report_history.rst | 17 +++++++++++++++++ resources/tools/presentation/conf.py | 2 +- resources/tools/presentation/run_report.sh | 2 +- 3 files changed, 19 insertions(+), 2 deletions(-) diff --git a/docs/report/introduction/report_history.rst b/docs/report/introduction/report_history.rst index 028a0d10a6..90fed650ef 100644 --- a/docs/report/introduction/report_history.rst +++ b/docs/report/introduction/report_history.rst @@ -7,6 +7,23 @@ below. +----------------+------------------------------------------------------------+ | .[ww] Revision | Changes | +================+============================================================+ +| .46 | 1. Added data: | +| | | +| | - VPP Iterative | +| | | +| | - 3n-tsh | +| | | +| | 2. Added NAT44 iterative data and graphs (2nd part): | +| | | +| | - 2n-clx | +| | - 2n-skx | +| | | +| | 3. Added NAT44 MRR data (2nd part): | +| | | +| | - 2n-clx | +| | - 2n-skx | +| | | ++----------------+------------------------------------------------------------+ | .45 | 1. Added data: | | | | | | - VPP Iterative | diff --git a/resources/tools/presentation/conf.py b/resources/tools/presentation/conf.py index d1a7e1b39e..9854a92515 100644 --- a/resources/tools/presentation/conf.py +++ b/resources/tools/presentation/conf.py @@ -46,7 +46,7 @@ source_suffix = [u'.rst', u'.md'] master_doc = u'index' # General information about the project. -report_week = u'45' +report_week = u'46' project = u'FD.io CSIT-2009.{week}'.format(week=report_week) copyright = u'2020, FD.io' author = u'FD.io CSIT' diff --git a/resources/tools/presentation/run_report.sh b/resources/tools/presentation/run_report.sh index 342e1ded09..2be4d880d0 100755 --- a/resources/tools/presentation/run_report.sh +++ b/resources/tools/presentation/run_report.sh @@ -38,7 +38,7 @@ export PYTHONPATH=`pwd`:`pwd`/../../../:`pwd`/../../libraries/python python pal.py \ --specification specification.yaml \ --release ${RELEASE} \ - --week "45" \ + --week "46" \ --logging INFO \ --force -- 2.16.6