From d51e2f7d4245558e1bf03e341d001ab26d6dea44 Mon Sep 17 00:00:00 2001 From: Tibor Frank Date: Fri, 28 Feb 2020 07:08:03 +0100 Subject: [PATCH] Report: Configure Report 2001.10 Change-Id: I0d7950b1c32633c0f67589fb9a7504726de6cfad Signed-off-by: Tibor Frank --- docs/report/introduction/report_history.rst | 6 ++++++ resources/tools/presentation/conf.py | 2 +- resources/tools/presentation/run_report.sh | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/docs/report/introduction/report_history.rst b/docs/report/introduction/report_history.rst index 9bcf496e2f..ad20b75bbd 100644 --- a/docs/report/introduction/report_history.rst +++ b/docs/report/introduction/report_history.rst @@ -6,6 +6,12 @@ FD.io CSIT-2001 Report history and per .[ww] revision changes are listed below. +----------------+------------------------------------------------------------+ | .[ww] Revision | Changes | +================+============================================================+ +| .10 | 1. Added data: | +| | | +| | | +| | | +| | | ++----------------+------------------------------------------------------------+ | .09 | 1. Added data: | | | | | | - VPP performance tests 3n-hsw | diff --git a/resources/tools/presentation/conf.py b/resources/tools/presentation/conf.py index 5be8116cfc..c602ecf9c4 100644 --- a/resources/tools/presentation/conf.py +++ b/resources/tools/presentation/conf.py @@ -46,7 +46,7 @@ source_suffix = [u'.rst', u'.md'] master_doc = u'index' # General information about the project. -report_week = u'09' +report_week = u'10' project = u'FD.io CSIT-2001.{week}'.format(week=report_week) copyright = u'2020, FD.io' author = u'FD.io CSIT' diff --git a/resources/tools/presentation/run_report.sh b/resources/tools/presentation/run_report.sh index e36eee37c3..97d67bca08 100755 --- a/resources/tools/presentation/run_report.sh +++ b/resources/tools/presentation/run_report.sh @@ -38,7 +38,7 @@ export PYTHONPATH=`pwd`:`pwd`/../../../:`pwd`/../../libraries/python python pal.py \ --specification specification.yaml \ --release ${RELEASE} \ - --week "09" \ + --week "10" \ --logging INFO \ --force -- 2.16.6