aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTibor Frank <tifrank@cisco.com>2019-06-10 12:08:21 +0200
committerTibor Frank <tifrank@cisco.com>2019-06-10 12:12:30 +0200
commit40465e292dba276e9f3ede1907a40ec268fc9ea7 (patch)
treea517d300eccd6684501fa4bdc5c46dd4d1af872a
parentd23264e51047d084e0e18969fd1f8138c70d84e8 (diff)
Report: Configure report 1904.24
Change-Id: I4d6d913f0139fe0fab00668ec16081c04cc6bc0e Signed-off-by: Tibor Frank <tifrank@cisco.com>
-rw-r--r--docs/report/introduction/report_history.rst5
-rw-r--r--resources/tools/presentation/conf.py2
-rwxr-xr-xresources/tools/presentation/run_report.sh2
3 files changed, 7 insertions, 2 deletions
diff --git a/docs/report/introduction/report_history.rst b/docs/report/introduction/report_history.rst
index ba7cc25295..21d7ae13f5 100644
--- a/docs/report/introduction/report_history.rst
+++ b/docs/report/introduction/report_history.rst
@@ -6,6 +6,11 @@ FD.io CSIT-1904 Report history and per .[ww] revision changes are listed below.
+----------------+------------------------------------------------------------+
| .[ww] Revision | Changes |
+================+============================================================+
+| .24 | 1. Added new data |
+| | |
+| | - VPP 3n-hsw NDRPDR full |
+| | |
++----------------+------------------------------------------------------------+
| .23 | 1. Added new data |
| | |
| | - VPP 3n-hsw NDRPDR full |
diff --git a/resources/tools/presentation/conf.py b/resources/tools/presentation/conf.py
index ee69545cad..2fbec257a8 100644
--- a/resources/tools/presentation/conf.py
+++ b/resources/tools/presentation/conf.py
@@ -45,7 +45,7 @@ source_suffix = ['.rst', '.md']
master_doc = 'index'
# General information about the project.
-report_week = '23'
+report_week = '24'
project = u'FD.io CSIT-1904.{week}'.format(week=report_week)
copyright = u'2019, FD.io'
author = u'FD.io CSIT'
diff --git a/resources/tools/presentation/run_report.sh b/resources/tools/presentation/run_report.sh
index 795adae912..23ffad796d 100755
--- a/resources/tools/presentation/run_report.sh
+++ b/resources/tools/presentation/run_report.sh
@@ -38,7 +38,7 @@ export PYTHONPATH=`pwd`
python pal.py \
--specification specification.yaml \
--release ${RELEASE} \
- --week "23" \
+ --week "24" \
--logging INFO \
--force