Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( QEMUOptions platform.QEMUOptions // glue to set platform options from main GCEOptions platform.GCEOptions // glue to set platform options from main AWSOptions platform.AWSOptions // glue to set platform options from main TestParallelism int //glue var to set test parallelism from main )
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.