dut

package
v0.0.0-...-e560ebb Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 13, 2021 License: BSD-3-Clause Imports: 23 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var CmdDut = &subcommands.Command{
	UsageLine: fmt.Sprintf("%s <subcommand>", dutCmdName),
	ShortDesc: "interacts directly with DUTs in ChromeOS hardware labs",
	LongDesc: fmt.Sprintf(`Issues subcommands directly to DUTs.

Run 'crosfleet %s' to see list of all subcommands.`, dutCmdName),
	CommandRun: func() subcommands.CommandRun {
		c := &dutCmdRun{}
		return c
	},
}

CmdDut is the parent command for all `crosfleet dut <subcommand>` commands.

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL