[DPDK/DTS Bug 1543] [DTS] [Bug] Correctly gather linux interface logical name from lshw when a list is returned
bugzilla at dpdk.org
bugzilla at dpdk.org
Fri Sep 13 19:46:08 CEST 2024
https://bugs.dpdk.org/show_bug.cgi?id=1543
Bug ID: 1543
Summary: [DTS] [Bug] Correctly gather linux interface logical
name from lshw when a list is returned
Product: DPDK
Version: unspecified
Hardware: All
OS: All
Status: UNCONFIRMED
Severity: normal
Priority: Normal
Component: DTS
Assignee: dev at dpdk.org
Reporter: probb at iol.unh.edu
CC: juraj.linkes at pantheon.tech, probb at iol.unh.edu
Target Milestone: ---
Noticed in a CI run(s) that in some cases a list is returned for logical names,
which causes testsuite setup for scatter to break.
test_suite_setup - dts.TG 1 - INFO - Sending: 'sudo -- sh -c 'ip link set dev
['ens1f0', '/dev/fb0'] mtu 9000''
If the "correct" name we want is always at index 0, we can check if it's a
list, and if it is a list, get outputlist[0].
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mails.dpdk.org/archives/dev/attachments/20240913/85edf88c/attachment.htm>
More information about the dev
mailing list