kola

package
v0.2.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 16, 2016 License: Apache-2.0 Imports: 32 Imported by: 2

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

func RunTest(t *register.Test, pltfrm string) (err error)

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.

func RunTests

func RunTests(pattern, pltfrm string) error

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.

Types

type NativeRunner

type NativeRunner func(funcName string, m platform.Machine) error

NativeRunner is a closure passed to all kola test functions and used to run native go functions directly on kola machines. It is necessary glue until kola does introspection.

Directories

Path Synopsis
tests
flannel
flannel tests.
flannel tests.
rkt

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL