6fd31a5018
- 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
5 lines
64 B
Bash
Executable File
5 lines
64 B
Bash
Executable File
#!/bin/bash
|
|
|
|
declare -r EXIT_SUCCESS="0"
|
|
exit "${EXIT_SUCCESS}"
|