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.
Click to show internal directories.
Click to hide internal directories.