From f4c4608a348dbff603a75fb59e36e1ee8daa2b2a Mon Sep 17 00:00:00 2001 From: Tibor Frank Date: Thu, 7 May 2020 10:19:56 +0200 Subject: [PATCH] Report: Configure report 2001.20 Change-Id: Ib0a3190dfd5b216aa9ff93d751fa48cd42cef88f 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, 7 insertions(+), 3 deletions(-) diff --git a/docs/report/introduction/report_history.rst b/docs/report/introduction/report_history.rst index 36f0468ce6..37e8cab8c9 100644 --- a/docs/report/introduction/report_history.rst +++ b/docs/report/introduction/report_history.rst @@ -6,7 +6,7 @@ FD.io CSIT-2001 Report history and per .[ww] revision changes are listed below. +----------------+------------------------------------------------------------+ | .[ww] Revision | Changes | +================+============================================================+ -| .19 | 1. Added data: | +| .20 | 1. Added data: | | | | | | - VPP performance tests 2n-skx | | | | @@ -18,6 +18,8 @@ FD.io CSIT-2001 Report history and per .[ww] revision changes are listed below. | | - all set selected for analysis and graphs | | | - MRR tests | | | | +| | - test sets: crypto, L2, IPv6, memif | +| | | | | - Hoststack 3n-hsw tests | | | | | | - Reconfiguration Tests 2n-skx | @@ -28,6 +30,8 @@ FD.io CSIT-2001 Report history and per .[ww] revision changes are listed below. | | 2n-skx and 3n-skx. | | | | +----------------+------------------------------------------------------------+ +| .19 | Skipped. | ++----------------+------------------------------------------------------------+ | .18 | Skipped. | +----------------+------------------------------------------------------------+ | .17 | Skipped. | diff --git a/resources/tools/presentation/conf.py b/resources/tools/presentation/conf.py index 5287bc2efc..d0b5b1b3bb 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'19' +report_week = u'20' 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 348f3e9c5a..219e8600c2 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 "19" \ + --week "20" \ --logging INFO \ --force -- 2.16.6