Documentation ¶
Index ¶
Constants ¶
View Source
const ( // Label is used to select system tests for SPK operator. Label = "spk" // LabelSPKIngress is used to select all tests for SPK ingress functionality. LabelSPKIngress = "spkingress" // LabelSPKIngressTCP is used to select all tests for SPK ingress TCP functionality. LabelSPKIngressTCP = "spkingresstcp" // LabelSPKIngressUDP is used to select all tests for SPK ingress UDP functionality. LabelSPKIngressUDP = "spkingressudp" // LabelSPKDnsNat46 is used to select all tests for DNS/NAT46 functionality. LabelSPKDnsNat46 = "spkdnsnat46" // SPKLogLevel configures logging level for SPK related tests. SPKLogLevel = 90 // ConditionTypeReadyString constant to fix linter warning. ConditionTypeReadyString = "Ready" // ConstantTrueString constant to fix linter warning. ConstantTrueString = "True" )
Variables ¶
View Source
var ( // Labels represents the range of labels that can be used for test cases selection. Labels = []string{systemtestsparams.Label, Label} // ReporterNamespacesToDump tells to the reporter from where to collect logs. ReporterNamespacesToDump = map[string]string{ "spk-test": "randu-test-workload", "spk-dns46": "f5-tmm", "spk-data": "f5-tmm", } // ReporterCRDsToDump tells to the reporter what CRs to dump. ReporterCRDsToDump = []k8sreporter.CRData{ {Cr: &corev1.PodList{}}, } )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.