e2e

package
v1.15.0 Latest Latest
Warning

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

Go to latest
Published: Apr 1, 2022 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// APIRetry defines the frequency at which we check for updates against the
	// k8s api when waiting for a specific condition to be true.
	APIRetry = time.Second * 5

	// APITimeout defines the amount of time we should spend querying the k8s api
	// when waiting for a specific condition to be true.
	APITimeout = time.Minute * 5

	// CleanupRetry is the interval at which test framework attempts cleanup
	CleanupRetry = time.Second * 10

	// CleanupTimeout is the wait time for test framework cleanup
	CleanupTimeout = time.Second * 180

	// WaitForTimeout is the wait time for cluster resource
	WaitForTimeout = time.Minute * 5

	// WaitForRetry is the the interval at checking cluster resource
	WaitForRetry = time.Second * 10

	// TestOperatorName specifies the name of the operator being tested
	TestOperatorName = "operand-deployment-lifecycle-manager"

	// OperandRequestCrName specifies the name of the custom resource of the OperandRequest
	OperandRequestCrName = "ibm-cloudpak-name"

	// OperandRegistryCrName specifies the name of the custom resource of the OperandRegistry
	OperandRegistryCrName = "common-service"

	// OperandConfigCrName specifies the name of the custom resource of the OperandConfig
	OperandConfigCrName = "common-service"

	// OperandBindInfoCrName specifies the name of the custom resource of the OperandBindInfo
	OperandBindInfoCrName = "jenkins-public-bindinfo"

	// OperandRequestNamespace1 specifies the namespace of the OperandRequest
	OperandRequestNamespace1 = "ibm-cloudpak-1"

	// OperandRequestNamespace2 specifies the namespace of the OperandRequest
	OperandRequestNamespace2 = "ibm-cloudpak-2"

	// OperandRegistryNamespace specifies the namespace of the OperandRegistry
	OperandRegistryNamespace = "ibm-common-services"

	// OperatorNamespace specifies the namespace of the generated operators
	OperatorNamespace = "ibm-operators"
)

Variables

This section is empty.

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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