tsparams

package
v0.0.0-...-195d9e3 Latest Latest
Warning

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

Go to latest
Published: Nov 20, 2024 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// LabelSuite represents cni label that can be used for test cases selection.
	LabelSuite = "cni"
	// DefaultTimeout represents the default timeout for most of Eventually/PollImmediate functions.
	DefaultTimeout = 300 * time.Second
)

Variables

View Source
var (
	// Labels represents the range of labels that can be used for test cases selection.
	Labels = append(netparam.Labels, LabelSuite)
	// LabelTapTestCases tap test cases label.
	LabelTapTestCases = "tap"
	// TestNamespaceName cni namespace where all test cases are performed.
	TestNamespaceName = "cni-tests"
	// ReporterNamespacesToDump tells to the reporter from where to collect logs.
	ReporterNamespacesToDump = map[string]string{
		NetConfig.MultusNamesapce: NetConfig.MultusNamesapce,
		TestNamespaceName:         "other",
	}
	// ReporterCRDsToDump tells to the reporter what CRs to dump.
	ReporterCRDsToDump = []k8sreporter.CRData{
		{Cr: &nadv1.NetworkAttachmentDefinitionList{}}}
)

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