Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Parse = &subcommands.Command{ UsageLine: "parse DIR", ShortDesc: "Extract test case results from an autotest results directory.", LongDesc: `Extract test case results from an autotest results directory. Parse the test result summary file (status.log) and the exit code file (.autoserv_execute) created by the autotest harness inside DIR. The parsing is a simplified version of the one done by tko/parse. Write the parsed test case results as a JSON-pb test_platform/skylab_test_runner/result.proto to stdout.`, CommandRun: func() subcommands.CommandRun { c := &parseRun{} return c }, }
Parse subcommand: Extract test case results from status.log.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.