doc/contributing.md: add a tiny blurb about integration tests

Signed-off-by: Andrew Keesler <akeesler@vmware.com>
This commit is contained in:
Andrew Keesler 2020-09-11 10:29:21 -04:00
parent b1d9665b03
commit 004cfe380d
No known key found for this signature in database
GPG Key ID: 27CE0444346F9413

View File

@ -61,7 +61,15 @@ docker build .
### Running Integration Tests
Details coming soon.
```bash
./hack/prepare-for-integration-tests.sh
source /tmp/integration-test-env
(cd test && go test -count 1 ./...)
```
The `./hack/prepare-for-integration-tests.sh` script will create a local
[`kind`](https://kind.sigs.k8s.io/) cluster on which the integration tests will
be run.
### Pre-commit Hooks