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.
Click to show internal directories.
Click to hide internal directories.