# Constants

APIRetry defines the frequency at which we check for updates against the k8s api when waiting for a specific condition to be true.
APITimeout defines the amount of time we should spend querying the k8s api when waiting for a specific condition to be true.
CleanupRetry is the interval at which test framework attempts cleanup.
CleanupTimeout is the wait time for test framework cleanup.
OperandBindInfoCrName specifies the name of the custom resource of the OperandBindInfo.
OperandConfigCrName specifies the name of the custom resource of the OperandConfig.
OperandRegistryCrName specifies the name of the custom resource of the OperandRegistry.
OperandRegistryNamespace specifies the namespace of the OperandRegistry.
OperandRequestCrName specifies the name of the custom resource of the OperandRequest.
OperandRequestNamespace1 specifies the namespace of the OperandRequest.
OperandRequestNamespace2 specifies the namespace of the OperandRequest.
OperatorNamespace specifies the namespace of the generated operators.
TestOperatorName specifies the name of the operator being tested.
WaitForRetry is the the interval at checking cluster resource.
WaitForTimeout is the wait time for cluster resource.