Integration tests require a running Kubevirt cluster. Once you have a running
Kubevirt cluster, you can use the -master
and the -kubeconfig
flags to
point the tests to the cluster.
cd tests # from the git repo root folder
go test -kubeconfig=path/to/my/config
There is a make target to run this with the config taken from hack/config.sh:
# from the git repo root folder
make functest