const (
// CNFLogLevel custom loglevel for the cnf testing verbose mode. CNFLogLevel = 50
// Label represents cnf label that can be used for test cases selection. Label = "cnf"
)
var (
// Labels represents the range of labels that can be used for test cases selection. Labels = []string{ibuparams.Label, Label}
// WorkloadReadyTimeout represents the timeout for the workload to be ready. WorkloadReadyTimeout = 5 * time.Minute
)