randuparams

package
v0.0.0-...-9253115 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 12, 2024 License: Apache-2.0 Imports: 4 Imported by: 0

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL