Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 723 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 723 Bytes

Test

This directory contains tests and testing docs for KFServing:

Prerequisite

kfserving-controller-manager has a few integration tests which requires mock apiserver and etcd, they get installed along with kubebuilder.

Running unit/integration tests

To run all unit tests:

make test

Running end to end tests

To run the e2e tests, you need to have a running environment that meets the e2e test environment requirements. (@TODO)