2020-01-14 19:02:02 +00:00
|
|
|
# Vault Integration Test
|
|
|
|
|
2020-01-14 21:47:51 +00:00
|
|
|
Not run as part of nightly e2e suite at this point.
|
|
|
|
|
2020-01-14 19:02:02 +00:00
|
|
|
Downloads, caches, and tests Nomad against open source Vault binaries. Runs
|
2020-01-14 21:47:51 +00:00
|
|
|
only when `-integration` is set.
|
2020-01-14 19:02:02 +00:00
|
|
|
|
|
|
|
Run with:
|
|
|
|
|
|
|
|
```
|
2020-01-14 21:47:51 +00:00
|
|
|
cd e2e/vault/
|
|
|
|
go test -integration
|
2020-01-14 19:02:02 +00:00
|
|
|
```
|
|
|
|
|
|
|
|
**Warning: Downloads a lot of Vault versions!**
|