openshift

package
v0.0.0-...-93e563e Latest Latest
Warning

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

Go to latest
Published: Aug 26, 2019 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Overview

Package openshift runs the OpenShift extended test suite.

Index

Constants

This section is empty.

Variables

View Source
var DefaultE2EConfig = E2EConfig{
	TestCmd: "run",
	Suite:   "kubernetes/conformance",
	Flags: []string{
		"--include-success",
		"--junit-dir=" + runner.DefaultRunner.OutputDir,
	},
}

DefaultE2EConfig is the base configuration for E2E runs.

Functions

This section is empty.

Types

type E2EConfig

type E2EConfig struct {
	// TestCmd determines which suite the runner executes.
	TestCmd string

	// Suite to be run inside the runner.
	Suite string

	// TestNames explicitly specify which tests to run as part of the suite. No other tests will be run.
	TestNames []string

	// Flags to run the suite with.
	Flags []string
}

E2EConfig defines the behavior of the extended test suite.

func (E2EConfig) Cmd

func (c E2EConfig) Cmd() string

Cmd returns a shell command which runs the suite.

Jump to

Keyboard shortcuts

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