Documentation ¶
Index ¶
Constants ¶
View Source
const ( // LabelSuite represents kmm label that can be used for test cases selection. LabelSuite = "gpu" // GPUTestNamespace represents test case namespace name. GPUTestNamespace = "test-gpu-burn" )
Variables ¶
View Source
var ( // Labels represents the range of labels that can be used for test cases selection. Labels = append(gpuparams.Labels, LabelSuite) // ReporterNamespacesToDump tells to the reporter from where to collect logs. ReporterNamespacesToDump = map[string]string{ hwaccelparams.NFDNamespace: "nfd-operator", "nvidia-gpu-operator": "gpu-operator", GPUTestNamespace: "test-gpu-burn", } // ReporterCRDsToDump tells to the reporter what CRs to dump. ReporterCRDsToDump = []k8sreporter.CRData{ {Cr: &nvidiagpuv1.ClusterPolicyList{}}, } )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.