integutil

package
v1.6.0 Latest Latest
Warning

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

Go to latest
Published: Feb 25, 2021 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

View Source
const (
	OSS testType = iota
	UBI_OSS

	DSE
	UBI_DSE

	// NOTE: This line MUST be last in the const expression
	TestTypeEnumLength int = iota
)

Variables

This section is empty.

Functions

func List

func List()

Prints a comma-delimited list of test suite dirs. This is mainly useful for a CI pipeline.

func Run

func Run()

Run ginkgo integration tests.

Default behavior is to discover and run all test suites located under the ./tests/ directory.

To run a subset of test suites, specify the name of the suite directories in env var M_INTEG_DIR, separated by a comma

To pull and load images based on test type (DSE, OSS, UBI) set the env var M_LOAD_TEST_IMAGES to true

Examples: M_INTEG_DIR=scale_up,stop_resume M_LOAD_TEST_IMAGES=true M_INTEG_DIR=scale_up

This target assumes that helm is installed and available on path.

Types

This section is empty.

Jump to

Keyboard shortcuts

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