Hello, sending in an re-implementation of the blocklist test suite. This new version slightly differs in the way it verifies if a NIC was blocked or not, but should be equivalent to the original from old DTS.
Best, Luca Luca Vizzarro (2): dts: add blocked ports to EalParams dts: add blocklist test suite dts/framework/config/conf_yaml_schema.json | 3 +- dts/framework/params/eal.py | 6 +- dts/framework/params/types.py | 3 +- dts/framework/remote_session/dpdk_shell.py | 4 +- dts/framework/remote_session/testpmd_shell.py | 2 +- dts/tests/TestSuite_blocklist.py | 68 +++++++++++++++++++ 6 files changed, 80 insertions(+), 6 deletions(-) create mode 100644 dts/tests/TestSuite_blocklist.py -- 2.34.1