testrunner

package
v0.0.0-...-4f52191 Latest Latest
Warning

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

Go to latest
Published: Jul 23, 2019 License: Apache-2.0 Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type IntervalList

type IntervalList []struct {
	// contains filtered or unexported fields
}

An IntervalList is a partitioning of (1...global end) into [start, end] pairs

type TestRunner

type TestRunner struct {
	NumberOfTests int64
	Parallelize   bool
	SplittingTime int64
	// contains filtered or unexported fields
}

func New

func New(
	kubeCLI *kubernetes.Clientset,
	testNamespace, testName string,
	testSpec *v1alpha1.TestSpec,
	ctx context.Context,
) *TestRunner

func (*TestRunner) LoadPreviousIntervals

func (runner *TestRunner) LoadPreviousIntervals() (*IntervalList, error)

func (*TestRunner) Run

func (runner *TestRunner) Run() error

Jump to

Keyboard shortcuts

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