Documentation ¶
Index ¶
Constants ¶
View Source
const ( // LabelSuite represents dpdk label that can be used for test cases selection. LabelSuite = "dpdk" // TestNamespaceName dpdk namespace where all test cases are performed. TestNamespaceName = "dpdk-tests" )
Variables ¶
View Source
var ( // Labels represents the range of labels that can be used for test cases selection. Labels = append(netparam.Labels, LabelSuite) // WaitTimeout represents timeout for the most ginkgo Eventually functions. WaitTimeout = 3 * time.Minute // RetryInterval represents retry interval for the most ginkgo Eventually functions. RetryInterval = 3 * time.Second // MCOWaitTimeout represent timeout for mco operations. MCOWaitTimeout = 60 * time.Minute // ReporterCRDsToDump tells to the reporter what CRs to dump. ReporterCRDsToDump = []k8sreporter.CRData{ {Cr: &performanceprofileV2.PerformanceProfileList{}}, {Cr: &mcfgv1.MachineConfigPoolList{}}, {Cr: &sriovv1.SriovNetworkNodePolicyList{}}, {Cr: &sriovv1.SriovNetworkList{}}, {Cr: &sriovv1.SriovNetworkNodeStateList{}}, {Cr: &sriovv1.SriovOperatorConfigList{}}, } // ReporterNamespacesToDump tells to the reporter from where to collect logs. ReporterNamespacesToDump = map[string]string{ "openshift-performance-addon-operator": "performance", TestNamespaceName: "other", } )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.