Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Options = platform.Options{} QEMUOptions = qemu.Options{Options: &Options} // glue to set platform options from main GCEOptions = gcloudapi.Options{Options: &Options} // glue to set platform options from main AWSOptions = awsapi.Options{Options: &Options} // glue to set platform options from main PacketOptions = packetapi.Options{Options: &Options} // glue to set platform options from main TestParallelism int //glue var to set test parallelism from main TAPFile string // if not "", write TAP results here )
Functions ¶
func NewCluster ¶ added in v0.5.0
func RunTests ¶
RunTests is a harness for running multiple tests in parallel. Filters tests based on a glob pattern and by platform. Has access to all tests either registered in this package or by imported packages that register tests in their init() function. outputDir is where various test logs and data will be written for analysis after the test run. If it already exists it will be erased!
func SetupOutputDir ¶ added in v0.6.0
Types ¶
Click to show internal directories.
Click to hide internal directories.