diff --git a/tests/common/devices.py b/tests/common/devices.py index ff000ccf7e2..50243895a52 100644 --- a/tests/common/devices.py +++ b/tests/common/devices.py @@ -1162,6 +1162,8 @@ def get_asic_name(self): asic = "td2" elif "Broadcom Limited Device b870" in output: asic = "td3" + elif "Broadcom Limited Device b980" in output: + asic = "th3" return asic