From 96732c9ce2ed750a232f4a83da39952f9ea535c6 Mon Sep 17 00:00:00 2001 From: Tibor Frank Date: Mon, 20 Apr 2020 09:07:32 +0200 Subject: [PATCH] Report: Configure report 2001.17 Change-Id: I809ee89a5798c36d883fd49de75b6f67f1d336f8 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 8f7a2e5d4b..a7598e902e 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 | +================+============================================================+ -| .16 | 1. Added data: | +| .17 | 1. Added data: | | | | | | - VPP performance tests 2n-skx | | | | @@ -18,10 +18,14 @@ FD.io CSIT-2001 Report history and per .[ww] revision changes are listed below. | | - all set selected for analysis and graphs | | | - MRR tests | | | | +| | - Hoststack 3n-hsw tests | +| | | | | 2. Added Root Cause Analysis for VPP performance tests | | | 2n-skx and 3n-skx. | | | | +----------------+------------------------------------------------------------+ +| .16 | Skipped. | ++----------------+------------------------------------------------------------+ | .15 | Skipped. | +----------------+------------------------------------------------------------+ | .14 | Skipped. | diff --git a/resources/tools/presentation/conf.py b/resources/tools/presentation/conf.py index 7fd073d7a2..0eaaea329b 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'16' +report_week = u'17' 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 361a9cc7df..a7c2870e7e 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 "16" \ + --week "17" \ --logging INFO \ --force -- 2.16.6