spkparams

package
v0.0.0-...-d083f33 Latest Latest
Warning

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

Go to latest
Published: Dec 17, 2024 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// Label is used to select system tests for SPK operator.
	Label = "spk"
	// LabelSPKIngress is used to select all tests for SPK ingress functionality.
	LabelSPKIngress = "spkingress"
	// LabelSPKIngressTCP is used to select all tests for SPK ingress TCP functionality.
	LabelSPKIngressTCP = "spkingresstcp"
	// LabelSPKIngressUDP is used to select all tests for SPK ingress UDP functionality.
	LabelSPKIngressUDP = "spkingressudp"
	// LabelSPKDnsNat46 is used to select all tests for DNS/NAT46 functionality.
	LabelSPKDnsNat46 = "spkdnsnat46"
	// SPKLogLevel configures logging level for SPK related tests.
	SPKLogLevel = 90

	// ConditionTypeReadyString constant to fix linter warning.
	ConditionTypeReadyString = "Ready"

	// ConstantTrueString constant to fix linter warning.
	ConstantTrueString = "True"
)

Variables

View Source
var (
	// Labels represents the range of labels that can be used for test cases selection.
	Labels = []string{systemtestsparams.Label, Label}

	// ReporterNamespacesToDump tells to the reporter from where to collect logs.
	ReporterNamespacesToDump = map[string]string{
		"spk-test":  "randu-test-workload",
		"spk-dns46": "f5-tmm",
		"spk-data":  "f5-tmm",
	}

	// ReporterCRDsToDump tells to the reporter what CRs to dump.
	ReporterCRDsToDump = []k8sreporter.CRData{
		{Cr: &corev1.PodList{}},
	}
)

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