Documentation
¶
Overview ¶
Package IPMI provides a dutagent module that allows IPMI commands to be sent to a DUT's BMC.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IPMI ¶
type IPMI struct {
Host string // Host is the hostname or IP address of the DUT's BMC
Port int // Port is the port of the IPMI interface on the BMC. Default: 623
User string // User is used for IPMI authentication
Password string // Password is used for IPMI authentication. WARNING: Unsavely stored as plaintext
Timeout string // Timeout is the duration for IPMI commands. Default: 10 seconds
// contains filtered or unexported fields
}
IPMI is a module that provides basic power management functions for a DUT via IPMI. It allows sending power on, off, cycle, reset, and status commands to the device's BMC.
Click to show internal directories.
Click to hide internal directories.