tsparams

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: 5 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// LabelSuite represents Day1Day2 label that can be used for test cases selection.
	LabelSuite = "day1day2"
)

Variables

View Source
var (
	// TestNamespaceName day1day2 namespace where all test cases are performed.
	TestNamespaceName = "day1day2-tests"

	// Labels represents the range of labels that can be used for test cases selection.
	Labels = append(netparam.Labels, LabelSuite)

	// ReporterCRDsToDump tells to the reporter what CRs to dump.
	ReporterCRDsToDump = []k8sreporter.CRData{
		{Cr: &nmstatev1.NMStateList{}},
		{Cr: &nmstatev1.NodeNetworkConfigurationPolicyList{}},
		{Cr: &nmstatev1alpha1.NodeNetworkConfigurationEnactmentList{}},
		{Cr: &nmstatev1alpha1.NodeNetworkStateList{}},
	}

	// ReporterNamespacesToDump tells to the reporter what namespaces to dump.
	ReporterNamespacesToDump = map[string]string{
		NetConfig.NMStateOperatorNamespace: NetConfig.NMStateOperatorNamespace,
		TestNamespaceName:                  "other",
	}
)

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