aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTibor Frank <tifrank@cisco.com>2020-10-15 07:36:44 +0200
committerTibor Frank <tifrank@cisco.com>2020-10-15 07:36:44 +0200
commit61dbfbcc31de9f20738fc85e2ac87badfd3ed1db (patch)
tree9b94c1b89abff25b1ccadc1abbb38537ed16e8ab
parent9901a12854ca81faaf7699416ecfc296d842f489 (diff)
Report: Configure Report 2009.43
Change-Id: I16ce4e2146fa44eace76fb495cc6d007005c215f Signed-off-by: Tibor Frank <tifrank@cisco.com>
-rw-r--r--docs/report/introduction/report_history.rst10
-rw-r--r--resources/tools/presentation/conf.py2
-rwxr-xr-xresources/tools/presentation/run_report.sh2
3 files changed, 12 insertions, 2 deletions
diff --git a/docs/report/introduction/report_history.rst b/docs/report/introduction/report_history.rst
index 5f338ef66c..8e29936602 100644
--- a/docs/report/introduction/report_history.rst
+++ b/docs/report/introduction/report_history.rst
@@ -7,6 +7,16 @@ below.
+----------------+------------------------------------------------------------+
| .[ww] Revision | Changes |
+================+============================================================+
+| .43 | 1. Added data: |
+| | |
+| | - VPP Coverage |
+| | |
+| | - 3n-skx |
+| | - 2n-clx |
+| | |
+| | |
+| | |
++----------------+------------------------------------------------------------+
| .42 | Initial version |
| | |
+----------------+------------------------------------------------------------+
diff --git a/resources/tools/presentation/conf.py b/resources/tools/presentation/conf.py
index 33cd1b4d5e..1feebee1bc 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'42'
+report_week = u'43'
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 dbb957c9e9..47ca170f5d 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 "42" \
+ --week "43" \
--logging INFO \
--force