package
0.14.0
Repository: https://github.com/knative/serving-operator.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author

# README

Test

This directory contains tests and testing docs for Serving Operator:

Running integration tests

Before running the integration, please make sure you have installed Serving Operator by following the instruction here, and do not install custom resource for operator or knative-serving installed in your cluster.

Create a namespace called knative-serving if it is missing.

kubectl create namespace knative-serving

To run all integration tests:

go test -v -tags=e2e -count=1 ./test/e2e