From 0e251a9344e4f4ae8db440c2f84bf3692f6c5478 Mon Sep 17 00:00:00 2001 From: Tibor Frank Date: Mon, 18 Feb 2019 14:49:58 +0100 Subject: [PATCH] Report: Configure 1901.08 Change-Id: I00dfd25a369c8b9d86a0ac4eba7ad2efa570b1a4 Signed-off-by: Tibor Frank --- docs/report/introduction/report_history.rst | 16 ++++++++++++++++ resources/tools/presentation/conf.py | 4 ++-- resources/tools/presentation/run_report.sh | 2 +- 3 files changed, 19 insertions(+), 3 deletions(-) diff --git a/docs/report/introduction/report_history.rst b/docs/report/introduction/report_history.rst index e73d9ca8f5..03ccf02ff7 100644 --- a/docs/report/introduction/report_history.rst +++ b/docs/report/introduction/report_history.rst @@ -6,6 +6,22 @@ FD.io CSIT-1901 Report history and per .[ww] revision changes are listed below. +----------------+------------------------------------------------------------+ | .[ww] Revision | Changes | +================+============================================================+ +| .08 | 1. Added more test runs: | +| | | +| | a. VPP on 3n-hsw testbed, | +| | b. VPP on 3n-skx testbed, | +| | c. VPP on 2n-skx testbed, | +| | d. DPDK on 3n-hsw testbed, | +| | e. DPDK on 3n-skx testbed, | +| | f. DPDK on 2n-skx testbed, | +| | g. VPP K8s Container Memif on 3n-hsw testbed, | +| | h. NFV VPP tests on 2n-skx testbed. | +| | | +| | 2. Methodology updated: | +| | | +| | a. :ref:`PLRsearch algorithm` | +| | | ++----------------+------------------------------------------------------------+ | .07 | Initial version | | | | +----------------+------------------------------------------------------------+ diff --git a/resources/tools/presentation/conf.py b/resources/tools/presentation/conf.py index 6363fad71d..28b2b8a5f7 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 = '07' +report_week = '08' project = u'FD.io CSIT-1901.{week}'.format(week=report_week) copyright = u'2019, FD.io' author = u'FD.io CSIT' @@ -114,7 +114,7 @@ rst_epilog = """ csit_prev_release='1810', vpprelease='19.01', vpp_prev_release='18.10', - dpdkrelease='18.08', # 18.11 + dpdkrelease='18.11', sdpdkrelease='1808', trex_version='v2.35', csit_ubuntu_ver='csit-ubuntu-16.04.1_2019-01-04_2.3', diff --git a/resources/tools/presentation/run_report.sh b/resources/tools/presentation/run_report.sh index 106608346f..55754b5f1f 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 "07" \ + --week "08" \ --logging INFO \ --force -- 2.16.6