aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTibor Frank <tifrank@cisco.com>2019-06-03 12:16:35 +0200
committerTibor Frank <tifrank@cisco.com>2019-06-03 12:20:28 +0200
commit7bdd75962ccb5f69dfe78181d10f1ab574424747 (patch)
treec5a6c15fc43eab926320769d0d7cf025dd4bf35b
parent93e2ced5d0b9014f868402dfadf6f59f0ee1581b (diff)
Report: Configure Report 1904.23
Change-Id: I0f19d4e3bdafbdf1a435436a2f25945c2b45e06e 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 cd3f02848d..ba7cc25295 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 |
+================+============================================================+
+| .23 | 1. Added new data |
+| | |
+| | - VPP 3n-hsw NDRPDR full |
+| | |
++----------------+------------------------------------------------------------+
| .22 | 1. Added new data |
| | |
| | - VPP 3n-hsw NDRPDR full |
diff --git a/resources/tools/presentation/conf.py b/resources/tools/presentation/conf.py
index 342abcdef2..ee69545cad 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 = '22'
+report_week = '23'
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 3c9aab8157..795adae912 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 "22" \
+ --week "23" \
--logging INFO \
--force