Code Review
/
csit.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
d970147
)
fix(core): Remove CX556A from testpmd check
36/42336/1
author
Peter Mikus
<
[email protected]
>
Thu, 6 Feb 2025 12:55:54 +0000
(13:55 +0100)
committer
Peter Mikus
<
[email protected]
>
Thu, 6 Feb 2025 12:55:54 +0000
(13:55 +0100)
Signed-off-by: Peter Mikus <
[email protected]
>
Change-Id: If35259cc0a333249305de4865bf5a1b602555fe7
resources/libraries/python/DPDK/TestpmdTest.py
patch
|
blob
|
history
diff --git
a/resources/libraries/python/DPDK/TestpmdTest.py
b/resources/libraries/python/DPDK/TestpmdTest.py
index
0548126
..
f5d68f5
100644
(file)
--- a/
resources/libraries/python/DPDK/TestpmdTest.py
+++ b/
resources/libraries/python/DPDK/TestpmdTest.py
@@
-94,6
+94,8
@@
class TestpmdTest:
break
if "Mellanox-CX6DX" in nic_model:
break
+ if "Mellanox-CX556A" in nic_model:
+ break
TestpmdTest.check_testpmd(nodes[node])
break
except RuntimeError: