aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTibor Frank <tifrank@cisco.com>2020-11-23 10:44:30 +0100
committerTibor Frank <tifrank@cisco.com>2020-11-23 09:47:12 +0000
commit235c35199436fe4d6ff996543aea47e8ce6a148d (patch)
tree5fd3d04f3a7aab54c49389bae9f6ffeefe4bbf20
parentdc41e06f7fae4b4adb4e90a8f4c5091c0ca0ff59 (diff)
Report: Configure rls2009.48
Change-Id: Ib7c4bc51bea43dafa2bd788c709c800caeb75988 Signed-off-by: Tibor Frank <tifrank@cisco.com> (cherry picked from commit ef51e552aa2d0e134646d28aa3ada2da0d467f99)
-rw-r--r--docs/report/introduction/report_history.rst3
-rw-r--r--resources/tools/presentation/conf.py2
-rwxr-xr-xresources/tools/presentation/run_report.sh2
3 files changed, 5 insertions, 2 deletions
diff --git a/docs/report/introduction/report_history.rst b/docs/report/introduction/report_history.rst
index d74538639c..60b81da316 100644
--- a/docs/report/introduction/report_history.rst
+++ b/docs/report/introduction/report_history.rst
@@ -7,6 +7,9 @@ below.
+----------------+------------------------------------------------------------+
| .[ww] Revision | Changes |
+================+============================================================+
+| .48 | 1. Added 2n-zn2 iterative data, graphs and tables. |
+| | |
++----------------+------------------------------------------------------------+
| .47 | 1. Added data: |
| | |
| | - VPP Iterative |
diff --git a/resources/tools/presentation/conf.py b/resources/tools/presentation/conf.py
index ce33c29101..d0db79e666 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'47'
+report_week = u'48'
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 95b976b0b7..2f49b182bd 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 "47" \
+ --week "48" \
--logging INFO \
--force