Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Labels represents the range of labels that can be used for test cases selection. Labels = append(kmmparams.Labels, kmmparams.LabelSuite) // LocalImageRegistry represents the local registry used in KMM tests. LocalImageRegistry = "image-registry.openshift-image-registry.svc:5000" // ReporterNamespacesToDump tells to the reporter from where to collect logs. ReporterNamespacesToDump = map[string]string{ kmmparams.KmmOperatorNamespace: "kmm", kmmparams.UseDtkModuleTestNamespace: "module", kmmparams.SimpleKmodModuleTestNamespace: "module", kmmparams.DevicePluginTestNamespace: "module", kmmparams.RealtimeKernelNamespace: "module", kmmparams.FirmwareTestNamespace: "module", kmmparams.ModuleBuildAndSignNamespace: "module", kmmparams.InTreeReplacementNamespace: "module", } // ReporterCRDsToDump tells to the reporter what CRs to dump. ReporterCRDsToDump = []k8sreporter.CRData{ {Cr: &moduleV1Beta1.ModuleList{}}, } )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.