From: Vratko Polak Date: Mon, 15 Feb 2021 16:18:26 +0000 (+0100) Subject: Report: Add framework speedup to notes X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=commitdiff_plain;h=05c22cea868503479b92236f2be6debe98e96c95 Report: Add framework speedup to notes Change-Id: If01c977a48bb64c53608f6b937a715fc11000446 Signed-off-by: Vratko Polak --- diff --git a/docs/report/vpp_device_tests/csit_release_notes.rst b/docs/report/vpp_device_tests/csit_release_notes.rst index dde43f82ec..b29e45da4d 100644 --- a/docs/report/vpp_device_tests/csit_release_notes.rst +++ b/docs/report/vpp_device_tests/csit_release_notes.rst @@ -8,6 +8,10 @@ Changes in |csit-release| - **Bug fixes**. + - **Speedup**: Shortened overall test job duration + by using a different test selection mechanism (using --test + instead of --include) and by avoiding unnecessary PAPI reconnects. + #. TEST COVERAGE - Increased test coverage: **GENEVE**, **ACL** and **MACIP** from ACL plugin. diff --git a/docs/report/vpp_performance_tests/csit_release_notes.rst b/docs/report/vpp_performance_tests/csit_release_notes.rst index 08358ce89d..adb1514f46 100644 --- a/docs/report/vpp_performance_tests/csit_release_notes.rst +++ b/docs/report/vpp_performance_tests/csit_release_notes.rst @@ -28,6 +28,10 @@ Changes in |csit-release| FD.io CSIT, with VPP and DPDK performance data added to CSIT trending and this report. + - **Framework speedup**: Shortened overall test job duration + by using a different test selection mechanism (using --test + instead of --include) and by avoiding unnecessary PAPI reconnects. + #. TEST FRAMEWORK - **TRex ASTF**: Improved capability to run TRex in advanced stateful mode.