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: [email protected]
Reporter: [email protected]
CC: [email protected], [email protected]
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.