From: Tibor Frank Date: Mon, 20 Apr 2020 07:07:32 +0000 (+0200) Subject: Report: Configure report 2001.17 X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=commitdiff_plain;h=refs%2Fchanges%2F87%2F26587%2F1 Report: Configure report 2001.17 Change-Id: I809ee89a5798c36d883fd49de75b6f67f1d336f8 Signed-off-by: Tibor Frank --- 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