sonic-buildimage/device/mellanox/x86_64-mlnx_msn4800-r0/platform_wait
Junchao-Mellanox 6fd31a5018
[Mellanox] Update platform files for SN4800 (#8540)
- Why I did it
Update platform data files for SN4800 to support chassis management

- How I did it
Update pcie.yml
Update sensors.conf
Update platform.json

- How to verify it
Run platform test suite in sonic-mgmt
2021-08-25 21:13:07 +03:00

5 lines
64 B
Bash
Executable File

#!/bin/bash
declare -r EXIT_SUCCESS="0"
exit "${EXIT_SUCCESS}"