aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--resources/libraries/python/DPDK/TestpmdTest.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/resources/libraries/python/DPDK/TestpmdTest.py b/resources/libraries/python/DPDK/TestpmdTest.py
index 0548126bfc..f5d68f5f85 100644
--- 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: