From 9390233c8b3d9176e020976ecdf44eb99c1f58e3 Mon Sep 17 00:00:00 2001 From: Tibor Frank Date: Mon, 11 Mar 2019 09:23:38 +0100 Subject: [PATCH] CSIT-1456: Report 1901.1 Configuration Change-Id: Ic629722527e6db6c0594d9499a123b29dc8cf258 Signed-off-by: Tibor Frank --- docs/report/index.html.template | 4 +-- docs/report/index.pdf.template | 4 +-- docs/report/introduction/report_history.rst | 46 ++--------------------------- resources/tools/presentation/conf.py | 20 ++++++------- resources/tools/presentation/run_report.sh | 2 +- 5 files changed, 17 insertions(+), 59 deletions(-) diff --git a/docs/report/index.html.template b/docs/report/index.html.template index 3ac9a77220..e29d16efdb 100644 --- a/docs/report/index.html.template +++ b/docs/report/index.html.template @@ -1,5 +1,5 @@ -CSIT-1901 -========= +CSIT-1901.1 +=========== .. toctree:: :maxdepth: 2 diff --git a/docs/report/index.pdf.template b/docs/report/index.pdf.template index 624f8cf10f..28206feada 100644 --- a/docs/report/index.pdf.template +++ b/docs/report/index.pdf.template @@ -1,5 +1,5 @@ -CSIT-1901 -========= +CSIT-1901.1 +=========== .. toctree:: :numbered: diff --git a/docs/report/introduction/report_history.rst b/docs/report/introduction/report_history.rst index b2d93d61d5..0d60b87ceb 100644 --- a/docs/report/introduction/report_history.rst +++ b/docs/report/introduction/report_history.rst @@ -1,54 +1,12 @@ Report History ============== -FD.io CSIT-1901 Report history and per .[ww] revision changes are listed below. +FD.io CSIT-1901.1 Report history and per .[ww] revision changes are listed below. +----------------+------------------------------------------------------------+ | .[ww] Revision | Changes | +================+============================================================+ -| .10 | 1. Added more Link bonding test results. | -| | | -| | - Tested VPP version: 19.01-10 | -| | | -+----------------+------------------------------------------------------------+ -| .09 | 1. Added more test runs: | -| | | -| | a. VPP K8s Container Memif on 3n-hsw testbed. | -| | | -| | 2. Added Link bonding test results. | -| | | -| | - Tested VPP version: 19.01-10 | -| | | -| | 3. Removed TCP/IP tests. | -| | | -| | 4. Reorganized graphs: | -| | | -| | a. :ref:`VPP_Packet_Throughput` | -| | b. :ref:`throughput_speedup_multi_core` | -| | c. :ref:`VPP_Packet_Latency` | -| | | -+----------------+------------------------------------------------------------+ -| .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. VPP functional, | -| | e. DPDK on 3n-hsw testbed, | -| | f. DPDK on 3n-skx testbed, | -| | g. DPDK on 2n-skx testbed, | -| | h. VPP K8s Container Memif on 3n-hsw testbed, | -| | i. NFV VPP tests on 2n-skx testbed. | -| | | -| | 2. Methodology updated: | -| | | -| | a. :ref:`PLRsearch algorithm` | -| | | -| | 3. Removed Denverton. | -| | 4. Removed NSH_SFC. | -| | | -+----------------+------------------------------------------------------------+ -| .07 | Initial version | +| .11 | Initial version | | | | +----------------+------------------------------------------------------------+ diff --git a/resources/tools/presentation/conf.py b/resources/tools/presentation/conf.py index c39896ad82..72005e6954 100644 --- a/resources/tools/presentation/conf.py +++ b/resources/tools/presentation/conf.py @@ -45,8 +45,8 @@ source_suffix = ['.rst', '.md'] master_doc = 'index' # General information about the project. -report_week = '10' -project = u'FD.io CSIT-1901.{week}'.format(week=report_week) +report_week = '11' +project = u'FD.io CSIT-1901.1.{week}'.format(week=report_week) copyright = u'2019, FD.io' author = u'FD.io CSIT' @@ -109,16 +109,16 @@ rst_epilog = """ .. _CSIT Testbed Setup: https://git.fd.io/csit/tree/resources/tools/testbed-setup/README.md?h={release} .. _K8s configuration files: https://github.com/FDio/csit/tree/{release}/resources/templates/kubernetes .. _VPP startup.conf: https://git.fd.io/vpp/tree/src/vpp/conf/startup.conf?h=stable/{srelease} -""".format(release='rls1901', +""".format(release='rls1901_1', report_week=report_week, - prev_release='rls1810', - srelease='1901', - csitrelease='1901', - csit_prev_release='1810', - vpprelease='19.01', - vpp_prev_release='18.10', + prev_release='rls1901', + srelease='1901_1', + csitrelease='1901.1', + csit_prev_release='1901', + vpprelease='19.01.1', + vpp_prev_release='19.01', dpdkrelease='18.11', - sdpdkrelease='1808', + sdpdkrelease='1811', trex_version='v2.35', csit_ubuntu_ver='csit-ubuntu-16.04.1_2019-01-04_2.3', csit_centos_ver='csit-centos-7.4-1711_2019-01-04_2.1') diff --git a/resources/tools/presentation/run_report.sh b/resources/tools/presentation/run_report.sh index a6c56861f1..57449561be 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 "10" \ + --week "11" \ --logging INFO \ --force -- 2.16.6