[PATCH 0/3] Mac Filter Port to New DTS
Nicholas Pratte
npratte at iol.unh.edu
Fri Jun 21 19:20:57 CEST 2024
This series incorporates the test suite itself, in addition to framework
changes needed to complete the suite's stipulated test cases. The test
suite consists of three test cases: one testing basically mac filtering
functionality, the other testing the PMD's mac address pool behavior
within a TestPMD shell, and the third testing filtering functionality
of multicast mac addresses.
The port from old DTS has removed some potentially important details
regarding EAL and TestPMD parameters, and these can be found within the
test suites corresponding commit messages. Moreover, unlike old DTS,
instead of validating packet behavior using TestPMD, this test suite
validates behavior by sending, and analysing, a list of received packets.
Nicholas Pratte (3):
dts: add boolean to adjust addresses
dts: add testpmd methods for test suite
dts: mac filter test suite refactored for new dts
dts/framework/config/conf_yaml_schema.json | 3 +-
dts/framework/remote_session/testpmd_shell.py | 209 +++++++++++++++++
dts/framework/test_suite.py | 4 +-
dts/tests/TestSuite_mac_filter.py | 212 ++++++++++++++++++
4 files changed, 426 insertions(+), 2 deletions(-)
create mode 100644 dts/tests/TestSuite_mac_filter.py
--
2.44.0
More information about the dev
mailing list