Documentation
¶
Overview ¶
Package transceiver provides functions to validate the transceiver telemetry.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func PlatformPathsTest ¶
func PlatformPathsTest(t *testing.T, tp *TunableParamters)
PlatformPathsTest tests the platform paths for the given operational modes, optical frequencies, and target optical powers.
func TerminalDevicePathsTest ¶
func TerminalDevicePathsTest(t *testing.T, tp *TunableParamters)
TerminalDevicePathsTest tests the terminal device paths for the given operational modes, optical frequencies, and target optical powers.
Types ¶
type TunableParamters ¶
type TunableParamters struct {
OperationalModeList cfgplugins.OperationalModeList
FrequencyList cfgplugins.FrequencyList
TargetOpticalPowerList cfgplugins.TargetOpticalPowerList
}
TunableParamters contains the tunable parameters for the test. This includes the operational modes, optical frequencies, and target optical powers.
Click to show internal directories.
Click to hide internal directories.