Documentation ¶
Overview ¶
Package common contains constants, structures and utility function shared by multiple test suites.
Index ¶
Constants ¶
View Source
const ( AccessControlTestKey = "access-control" LifecycleTestKey = "lifecycle" ManageabilityTestKey = "manageability" AffiliatedCertTestKey = "affiliated-certification" NetworkingTestKey = "networking" ObservabilityTestKey = "observability" OperatorTestKey = "operator" PlatformAlterationTestKey = "platform-alteration" PerformanceTestKey = "performance" PreflightTestKey = "preflight" )
Constants shared by multiple test suite packages
Variables ¶
View Source
var ( // PathRelativeToRoot is used to calculate relative filepaths for the `redhat-best-practices-for-k8s` executable entrypoint. PathRelativeToRoot = path.Join("..") // RelativeSchemaPath is the relative path to the generic-test.schema.json JSON schema. RelativeSchemaPath = path.Join(PathRelativeToRoot, schemaPath) )
View Source
var DefaultTimeout = time.Duration(defaultTimeoutSeconds) * time.Second
DefaultTimeout for creating new interactive sessions (oc, ssh, tty)
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.