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 = 300 * time.Second // TestWorkloadShellLaunchMethod is used when usin a shell script for launching the test workload. TestWorkloadShellLaunchMethod = "shell" )
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", } // ReporterCRDsToDump tells to the reporter what CRs to dump. ReporterCRDsToDump = []k8sreporter.CRData{ {Cr: &v1.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.