Documentation ¶
Overview ¶
Package runner has functions to be able to run given suite of tests. It runs InstanceGroups sequentially, with each Instance within a group being run in parallel. See the comments in suite.proto for further description of the test suite execution logic.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PartialReportFunc ¶
type PartialReportFunc func(*rpb.InstanceGroup)
PartialReportFunc is used by framework to notify caller when running a single spb.InstanceGroup is finished.
type Runner ¶
type Runner struct {
// contains filtered or unexported fields
}
Runner object encapsulates the config, report and logging to run a Suite of tests.
Click to show internal directories.
Click to hide internal directories.