aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTibor Frank <tifrank@cisco.com>2019-05-16 08:42:59 +0200
committerTibor Frank <tifrank@cisco.com>2019-05-16 06:46:09 +0000
commit975ef99884990076c220b39d398c4915f8906060 (patch)
tree4c782721c17c50904431319a99a1bfe9b2b881e7
parente0f79b5169b8623ee46a74fb4e405c08f3963193 (diff)
Report: Configure 1904.21
Change-Id: Ib65580067d9c41137293036bbd786e31c2bdf503 Signed-off-by: Tibor Frank <tifrank@cisco.com> (cherry picked from commit c653499009183a8431350733df81c4162406f3ab)
-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 46fb042298..52303cc35c 100644
--- a/docs/report/introduction/report_history.rst
+++ b/docs/report/introduction/report_history.rst
@@ -6,6 +6,9 @@ FD.io CSIT-1904 Report history and per .[ww] revision changes are listed below.
+----------------+------------------------------------------------------------+
| .[ww] Revision | Changes |
+================+============================================================+
+| .21 | 1. Added new data |
+| | |
++----------------+------------------------------------------------------------+
| .20 | 1. Added new data |
| | |
| | - VPP 3n-hsw NDRPDR selected |
diff --git a/resources/tools/presentation/conf.py b/resources/tools/presentation/conf.py
index 2261555c5d..a8fedff704 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 = '20'
+report_week = '21'
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 48e5ee7af0..6a39f6bbaf 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 "20" \
+ --week "21" \
--logging INFO \
--force