aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTibor Frank <tifrank@cisco.com>2020-11-05 08:34:46 +0100
committerTibor Frank <tifrank@cisco.com>2020-11-05 07:36:17 +0000
commit47943929ba529b6b1aa7b0dbb57391ffe80c5c5c (patch)
treea608155e36be5c2cf4b11dac021e4066778dc820
parentfe4f0de224da830b6d2e63c896bb510635f4ffe6 (diff)
Report: Configure rls2009.46
Change-Id: I7886285de8edbf66e03e1b22d85c2e7a4c4d7224 Signed-off-by: Tibor Frank <tifrank@cisco.com> (cherry picked from commit 20f419f950606f1848a81d815c251f8180867b50)
-rw-r--r--docs/report/introduction/report_history.rst17
-rw-r--r--resources/tools/presentation/conf.py2
-rwxr-xr-xresources/tools/presentation/run_report.sh2
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