mbox series

[v2,0/2] dts: add blocklist test suite

Message ID 20241107135654.4121761-1-luca.vizzarro@arm.com (mailing list archive)
Headers
Series dts: add blocklist test suite |

Message

Luca Vizzarro Nov. 7, 2024, 1:56 p.m. UTC
Hi there,

sending v2.

v2:
- rebased

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              | 63 +++++++++++++++++++
 6 files changed, 75 insertions(+), 6 deletions(-)
 create mode 100644 dts/tests/TestSuite_blocklist.py