Skip to content

Commit e487dad

Browse files
authored
Merge pull request #319 from mssonicbld/sonicbld/202603-merge
```<br>* 13c6110 - (HEAD -> 202603) Merge branch '202511' of https://github.com/sonic-net/sonic-utilities into 202603 (2026-04-23) [Sonic Automation] * a13c411 - (origin/202511) [202511][Mellanox][HFT] Add HFT support for all supported systems (#4474) (2026-04-23) [DavidZagury]<br>```
2 parents 0fdff7c + 13c6110 commit e487dad

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

utilities_common/hft.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@
33
from sonic_py_common import device_info
44

55
SUPPORTED_PLATFORMS = (
6+
'x86_64-nvidia_sn5600-r0',
7+
'x86_64-nvidia_sn5600_simx-r0',
68
'x86_64-nvidia_sn5640-r0',
9+
'x86_64-nvidia_sn5640_simx-r0',
710
'x86_64-kvm_x86_64-r0',
811
'x86_64-arista_7060x6_64pe_b',
912
)

0 commit comments

Comments
 (0)