Documentation ¶
Index ¶
Constants ¶
View Source
const ( // Label represents RAN DU system tests label that can be used for test cases selection. Label = "randu" // LabelLaunchWorkloadTestCases represents tests labels related to test workload. LabelLaunchWorkloadTestCases = "launch-workload" // DefaultTimeout is the timeout used for test resources creation. DefaultTimeout = 900 * time.Second // TestWorkloadShellLaunchMethod is used when using a shell script for launching the test workload. TestWorkloadShellLaunchMethod = "shell" // RanDuLogLevel configures logging level for RAN DU related tests. RanDuLogLevel = 90 )
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{ "test": "randu-test-workload", "openshift-ptp": "randu-ptp-namespace", } // ReporterCRDsToDump tells to the reporter what CRs to dump. ReporterCRDsToDump = []k8sreporter.CRData{ {Cr: &corev1.PodList{}}, } // TestNamespaceName is used for defining the namespace name where test resources are created. TestNamespaceName = "ran-du-system-tests" // TestMultipleLaunchWorkloadLoadAvg is used for defining the node load average threshold to be // used in the LaunchWorkloadMultipleIterations test. TestMultipleLaunchWorkloadLoadAvg = 100 )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.