Skip to content

Commit

Permalink
test: add install for Authroino operator
Browse files Browse the repository at this point in the history
- without authorino installed, we have functions for dependency are not tested

Signed-off-by: Wen Zhou <wenzhou@redhat.com>
  • Loading branch information
zdtsw committed Jan 18, 2025
1 parent be4c788 commit 9ce1d60
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/e2e/helper_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ const (
servicemeshNamespace = "openshift-operators"
servicemeshOpName = "servicemeshoperator"
serverlessOpName = "serverless-operator"
authorinoOpName = "authorino-operator"
ownedNamespaceNumber = 1 // set to 4 for RHOAI
deleteConfigMap = "delete-configmap-name"
operatorReadyTimeout = 2 * time.Minute
Expand Down Expand Up @@ -436,6 +437,7 @@ func ensureServicemeshOperators(t *testing.T, tc *testContext) error { //nolint:
ops := []string{
serverlessOpName,
servicemeshOpName,
authorinoOpName,
}
var errors *multierror.Error
c := make(chan error)
Expand Down

0 comments on commit 9ce1d60

Please sign in to comment.