Report: Add framework speedup to notes 91/31291/1
authorVratko Polak <vrpolak@cisco.com>
Mon, 15 Feb 2021 16:18:26 +0000 (17:18 +0100)
committerVratko Polak <vrpolak@cisco.com>
Mon, 15 Feb 2021 16:18:26 +0000 (17:18 +0100)
Change-Id: If01c977a48bb64c53608f6b937a715fc11000446
Signed-off-by: Vratko Polak <vrpolak@cisco.com>
docs/report/vpp_device_tests/csit_release_notes.rst
docs/report/vpp_performance_tests/csit_release_notes.rst

index dde43f8..b29e45d 100644 (file)
@@ -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.
index 08358ce..adb1514 100644 (file)
@@ -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.