[DPDK/DTS Bug 1917] l2fwd testsuite must be decorated with two link requirement

bugzilla at dpdk.org bugzilla at dpdk.org
Tue Mar 31 17:41:50 CEST 2026


http://bugs.dpdk.org/show_bug.cgi?id=1917

            Bug ID: 1917
           Summary: l2fwd testsuite must be decorated with two link
                    requirement
           Product: DPDK
           Version: unspecified
          Hardware: All
                OS: All
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: DTS
          Assignee: dev at dpdk.org
          Reporter: dmarx at iol.unh.edu
                CC: juraj.linkes at pantheon.tech, probb at iol.unh.edu
  Target Milestone: ---

The l2fwd testsuite currently explicitly modifies port 1, which causes all
single link test runs to error out:

with TestPmd(
    forward_mode=SimpleForwardingModes.mac,
    eth_peer=[EthPeer(1, self.topology.tg_port_ingress.mac_address)],
    disable_device_start=True,
) as shell:

The two link requirement decorator needs to be added at the suite level to
resolve this

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the dev mailing list