Documentation ¶
Index ¶
Constants ¶
View Source
const ( // APIRetry defines the frequency at which we check for updates against the // k8s api when waiting for a specific condition to be true. APIRetry = time.Second * 5 // APITimeout defines the amount of time we should spend querying the k8s api // when waiting for a specific condition to be true. APITimeout = time.Minute * 5 // CleanupRetry is the interval at which test framework attempts cleanup CleanupRetry = time.Second * 10 // CleanupTimeout is the wait time for test framework cleanup CleanupTimeout = time.Second * 180 // WaitForTimeout is the wait time for cluster resource WaitForTimeout = time.Second * 200 // WaitForRetry is the the interval at checking cluster resource WaitForRetry = time.Second * 10 // TestOperatorName specifies the name of the operator being tested TestOperatorName = "operand-deployment-lifecycle-manager" // TestNamespace1 use create OperandRegistry, OperandConfig, first OperandRequest and OperandBindinfo TestNamespace1 = "e2e-test-ns-1" // TestNamespace2 use to create second OperandRequest TestNamespace2 = "e2e-test-ns-2" // OperandRequestCrName specifies the name of the custom resource of the OperandRequest OperandRequestCrName = "common-service" // OperandRegistryCrName specifies the name of the custom resource of the OperandRegistry OperandRegistryCrName = "common-service" // OperandConfigCrName specifies the name of the custom resource of the OperandConfig OperandConfigCrName = "common-service" // OperandBindInfoCrName specifies the name of the custom resource of the OperandBindInfo OperandBindInfoCrName = "jenkins-public-bindinfo" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.