Documentation ¶
Overview ¶
Package fixture contains remote Tast Fixture that used by factory related tests
Index ¶
Constants ¶
View Source
const ( // EnsureToolkit is the fixture which installs factory toolkit at set up // with a reboot, and uninstall the toolkit at tear down with a reboot. // It is required to add `SoftwareDeps` from `EnsureToolkitSoftwareDeps` // for tests using this fixture. EnsureToolkit = "ensureToolkit" )
Variables ¶
View Source
var EnsureToolkitSoftwareDeps = []string{"reboot", "factory_flow"}
EnsureToolkitSoftwareDeps is the SoftwareDeps required by `EnsureToolkit`
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.