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 <dm...@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