https://bugs.dpdk.org/show_bug.cgi?id=1755 Bug ID: 1755 Summary: Re-evaluate the link requirement decorators on all testsuites/testcases Product: DPDK Version: 25.03 Hardware: All OS: All Status: UNCONFIRMED Severity: normal Priority: Normal Component: DTS Assignee: dev@dpdk.org Reporter: probb@iol.unh.edu CC: juraj.linkes@pantheon.tech, probb@iol.unh.edu Target Milestone: --- There are currently some testsuites/testcases that are decorated with "requires_2_links" but in reality there is no logic associated with having 2 physical ports on the SUT. These testsuites just configure the SUT ports (even if it's just 1) according to the testsuite requirements, and then ingress/egress based on topology.ingress_port and topology.egress_port. For these testsuites/testcases, we should rewrite their decorator to "requires_1_link." So, assess the whole list of testcases and submit a patch rewriting their decorators. -- You are receiving this mail because: You are the assignee for the bug.