Skip to content

Latest commit

 

History

History
 
 

test

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

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)