Documentation
¶
Overview ¶
Package dut provides representation of the device-under-test (DUT).
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrModuleValidation = errors.New("validation error")
Functions ¶
This section is empty.
Types ¶
type Command ¶
Command represents a task that can be executed on a device-under-test (DUT). This task is composed of one or multiple steps. The steps are implemented by modules and are executed in the order they are defined.
type Module ¶
type Module struct {
Config ModuleConfig
module.Module
}
Module is a wrapper for any module implementation.
Click to show internal directories.
Click to hide internal directories.