tester

package
v1.3.6 Latest Latest
Warning

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

Go to latest
Published: Jun 13, 2020 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Overview

Package tester defines EKS tester interface.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Tester

type Tester interface {
	// Create creates test objects, and waits for completion.
	Create() error
	// Delete deletes all test objects.
	Delete() error
	// AggregateResults aggregates all test results from remote nodes.
	// Must be called "after" fetching logs and artifacts from remote nodes.
	AggregateResults() error
}

Tester defines tester.

Jump to

Keyboard shortcuts

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