aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTibor Frank <tifrank@cisco.com>2019-06-17 09:37:30 +0200
committerTibor Frank <tifrank@cisco.com>2019-06-17 09:40:10 +0200
commitf15f962137bc0a14cf95e1e7e7039d7f19bd45e0 (patch)
treec43f3e5339f761235daead23200ce22a313f21ad
parent8631ec307415bbe8e5298da19d78e7734658d7c6 (diff)
Report 1904: Configure rls 1904.25
Change-Id: I44bfc2247d4d2def131d89e1d97d8cad7522ccd1 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 21d7ae13f5..38db6ac9d7 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 |
+================+============================================================+
+| .25 | 1. Added new data |
+| | |
+| | - VPP 3n-hsw NDRPDR full |
+| | |
++----------------+------------------------------------------------------------+
| .24 | 1. Added new data |
| | |
| | - VPP 3n-hsw NDRPDR full |
diff --git a/resources/tools/presentation/conf.py b/resources/tools/presentation/conf.py
index 2fbec257a8..a8a10fd705 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 = '24'
+report_week = '25'
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 23ffad796d..2c68e1fd9a 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 "24" \
+ --week "25" \
--logging INFO \
--force