From 4e1c9f0b512ebee357c670dd7b655cae8ced81a5 Mon Sep 17 00:00:00 2001 From: Tibor Frank Date: Mon, 10 Jun 2019 12:08:21 +0200 Subject: [PATCH] Report: Configure report 1904.24 Change-Id: I4d6d913f0139fe0fab00668ec16081c04cc6bc0e Signed-off-by: Tibor Frank --- docs/report/introduction/report_history.rst | 5 +++++ resources/tools/presentation/conf.py | 2 +- resources/tools/presentation/run_report.sh | 2 +- 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 19fc69e42d..6611f3c80f 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 -- 2.16.6