Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Flags ¶
type Flags struct {
Debug bool `usage:"debug"`
FailFast bool `usage:"fail fast"`
SkipTest bool `usage:"skip \"test:\" section"`
SkipIncluded bool `usage:"skip running the included runbook by itself"`
GRPCNoTLS bool `usage:"disable TLS use in all gRPC runners"`
CaptureDir string `usage:"destination of runbook run capture results"`
Vars []string `usage:"set var to runbook (\"key:value\")"`
Runners []string `usage:"set runner to runbook (\"key:dsn\")"`
Overlays []string `usage:"overlay values on the runbook"`
Underlays []string `usage:"lay values under the runbook"`
Sample int `usage:"sample the specified number of runbooks"`
Shuffle string `usage:"randomize the order of running runbooks (\"on\",\"off\",N)"`
Parallel string `usage:"parallelize runs of runbooks (\"on\",\"off\",N)"`
Random int `usage:"run the specified number of runbooks at random"`
Desc string `usage:"description of runbook"`
Out string `usage:"target path of runbook"`
Format string `usage:"format of result output"`
AndRun bool `usage:"run created runbook and capture the response for test"`
LoadTConcurrent int `usage:"number of parallel load test runs"`
LoadTDuration string `usage:"load test running duration"`
LoadTWarmUp string `usage:"warn-up time for load test"`
LoadTThreshold string `usage:"if this threshold condition is not met, loadt command returns exit status 1 (EXIT_FAILURE)"`
Profile bool `usage:"profile runs of runbooks"`
ProfileOut string `usage:"profile output path"`
ProfileDepth int `usage:"depth of profile"`
ProfileUnit string `usage:"-"`
ProfileSort string `usage:"-"`
CacheDir string `usage:"specify cache directory for remote runbooks"`
RetainCacheDir bool `usage:"retain cache directory for remote runbooks"`
}
Click to show internal directories.
Click to hide internal directories.