From: Tibor Frank Date: Mon, 3 Jun 2019 10:16:35 +0000 (+0200) Subject: Report: Configure Report 1904.23 X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=commitdiff_plain;h=c87a7507fd4cc0a108a21b47c3a9298109d4f245;hp=459f6b0055c5db6fc2fec39b96fdec592f92ccba Report: Configure Report 1904.23 Change-Id: I0f19d4e3bdafbdf1a435436a2f25945c2b45e06e Signed-off-by: Tibor Frank --- 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 4026ac6b19..19fc69e42d 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