From: Tibor Frank Date: Fri, 24 May 2019 07:33:58 +0000 (+0200) Subject: Report: Configure Report 1904.22 X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=commitdiff_plain;h=260238857d4b9f3aabb474bd78dfeff0e4a37fbc Report: Configure Report 1904.22 Change-Id: Ic8d5a9a856658a2a2661cae8abd8d3b1127b4ff8 Signed-off-by: Tibor Frank --- diff --git a/docs/report/introduction/report_history.rst b/docs/report/introduction/report_history.rst index 4dbd467e2c..cd3f02848d 100644 --- a/docs/report/introduction/report_history.rst +++ b/docs/report/introduction/report_history.rst @@ -6,22 +6,27 @@ FD.io CSIT-1904 Report history and per .[ww] revision changes are listed below. +----------------+------------------------------------------------------------+ | .[ww] Revision | Changes | +================+============================================================+ +| .22 | 1. Added new data | +| | | +| | - VPP 3n-hsw NDRPDR full | +| | | ++----------------+------------------------------------------------------------+ | .21 | 1. Added new data | | | | -| | - VPP 3n-hsw NDRPDR full | -| | - VPP 2n-skx NFV NDRPDR 64b and IMIX | +| | - VPP 3n-hsw NDRPDR full | +| | - VPP 2n-skx NFV NDRPDR 64b and IMIX | | | | | | 2. Added missing results | | | | -| | - VPP functional tests Ubuntu | -| | - VPP device tests | +| | - VPP functional tests Ubuntu | +| | - VPP device tests | | | | +----------------+------------------------------------------------------------+ | .20 | 1. Added new data | | | | -| | - VPP 3n-hsw NDRPDR selected | -| | - VPP 3n-skx NDRPDR full | -| | - VPP 2n-skx NFV NDRPDR 64b and IMIX | +| | - VPP 3n-hsw NDRPDR selected | +| | - VPP 3n-skx NDRPDR full | +| | - VPP 2n-skx NFV NDRPDR 64b and IMIX | | | | | | 2. Added Soak tests | | | | diff --git a/resources/tools/presentation/conf.py b/resources/tools/presentation/conf.py index a8fedff704..342abcdef2 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 = '21' +report_week = '22' 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 6a39f6bbaf..3c9aab8157 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 "21" \ + --week "22" \ --logging INFO \ --force