Skip to content

Commit

Permalink
Include th3 asic in get_asic_name function (#3044)
Browse files Browse the repository at this point in the history
Description of PR
Include Broadcom th3 asic in get_asic_name function
  • Loading branch information
chitra-raghavan authored Feb 26, 2021
1 parent f0178f8 commit d71da38
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/common/devices.py
Original file line number Diff line number Diff line change
Expand Up @@ -1166,6 +1166,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

Expand Down

0 comments on commit d71da38

Please sign in to comment.