e2e

package
v0.12.0 Latest Latest
Warning

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

Go to latest
Published: Jan 29, 2020 License: Apache-2.0 Imports: 12 Imported by: 0

Documentation

Index

Constants

View Source
const (
	KnDefaultTestImage string        = "gcr.io/knative-samples/helloworld-go"
	MaxRetries         int           = 10
	RetrySleepDuration time.Duration = 5 * time.Second
)

Variables

View Source
var Flags = initializeFlags()

Flags holds the command line flags or defaults for settings in the user's environment. See ClientFlags for the list of supported fields.

Functions

func NewE2eTest

func NewE2eTest(t *testing.T) *e2eTest

Types

type ClientFlags added in v0.11.0

type ClientFlags struct {
	DockerConfigJSON string
}

ClientFlags define the flags that are needed to run the e2e tests.

type Logger

type Logger struct{}

Logger default implementation

func (Logger) Debugf

func (l Logger) Debugf(msg string, args ...interface{})

Debugf prints a debug message

func (Logger) Fatalf

func (l Logger) Fatalf(msg string, args ...interface{})

Fatalf prints a fatal message

func (Logger) Section

func (l Logger) Section(msg string, f func())

Section prints a message

Jump to

Keyboard shortcuts

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