* Add boot0 support for the 7280CR3 * Add platform and plugins for 7280CR3 * Add port config for 7280CR3 * Add platform_reboot for 7280CR3 * Add support for 7280CR3-32D4 based on the 7280CR3-32P4 * Update arista driver submodules - Introduce new 7280CR3-32P4 - Improve to the led plugin for OSFP
9 lines
200 B
Python
9 lines
200 B
Python
# psuutil.py
|
|
|
|
try:
|
|
import arista.utils.sonic_psu as arista_psuutil
|
|
except ImportError as e:
|
|
raise ImportError("%s - required module not found" % str(e))
|
|
|
|
PsuUtil = arista_psuutil.getPsuUtil()
|