[PATCH v3 0/2] dts: change default topology to one link

Dean Marx dmarx at iol.unh.edu
Wed Aug 20 16:06:49 CEST 2025


Currently, when the topology of a test suite is not specified,
it defaults to two_link. This may be counterintuitive to users,
and can slow down the process of getting a test suite running.
This series changes the default to one_link, and refactors the
topology decorators accordingly.

Signed-off-by: Dean Marx <dmarx at iol.unh.edu>
---
v2:
* Grouped one_link default and two_link requirements patches

v3:
* Remove one_link suite decorators
* Add two_link requirement to one_port_blocklisted case

Dean Marx (2):
  dts: make one link the default topology
  dts: rewrite two link topology requirements

 dts/framework/testbed_model/topology.py | 2 +-
 dts/tests/TestSuite_blocklist.py        | 4 +++-
 dts/tests/TestSuite_checksum_offload.py | 2 +-
 dts/tests/TestSuite_dynamic_config.py   | 2 +-
 dts/tests/TestSuite_port_control.py     | 2 +-
 dts/tests/TestSuite_uni_pkt.py          | 2 +-
 dts/tests/TestSuite_vlan.py             | 2 +-
 7 files changed, 9 insertions(+), 7 deletions(-)

-- 
2.50.1



More information about the dev mailing list