mbox series

[v3,0/2] dts: add softnic test

Message ID 20250109134421.160262-1-thomas.wilks@arm.com (mailing list archive)
Headers
Series dts: add softnic test |

Message

Thomas Wilks Jan. 9, 2025, 1:44 p.m. UTC
v3:
- Remove disable_device_start=True from shell start
- Fixed Docstrings

Paul Szczepanek (2):
  dts: allow expected packets to come from the TG
  dts: add softnic test

 dts/framework/test_suite.py    |  18 +++--
 dts/tests/TestSuite_softnic.py | 119 +++++++++++++++++++++++++++++++++
 2 files changed, 133 insertions(+), 4 deletions(-)
 create mode 100644 dts/tests/TestSuite_softnic.py