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 TestParallelism int //glue var to set test parallelism from main TAPFile string // if not "", write TAP results here )
Functions ¶
func RegisterTestOption ¶
func RegisterTestOption(name, option string)
RegisterTestOption registers any options that need visibility inside a Test. Panics if existing option is already registered. Each test has global view of options.
func RunTest ¶
RunTest is a harness for running a single test. It is used by RunTests but can also be used directly by binaries that aim to run a single test. Using RunTest directly means that TestCluster flags used to filter out tests such as 'Platforms', 'Manual', or 'MinVersion' are not respected.
Types ¶
Click to show internal directories.
Click to hide internal directories.