- Make sure you have ginkgo excutable ready in your env. If not, do the following:
go get github.com/onsi/ginkgo/ginkgo go get github.com/onsi/gomega/...
- If you want to run functional test locally with KinD, you will need to install KinD: https://kind.sigs.k8s.io/docs/user/quick-start/#installation
oc login
to the hub clustermake functional-test
- Use the following command to build image & run functional tests locally:
make functional-test-full