open-nomad/e2e/vaultcompat
Mahmood Ali 6aa3dec6cc e2e: use testify requires instead of t.Fatal
testify requires offer better error message that is easier to notice when seeing
a wall of text in the builds.
2021-01-26 09:14:47 -05:00
..
README.md E2E: vault secrets (#9081) 2020-10-14 08:43:28 -04:00
consts_test.go E2E: vault secrets (#9081) 2020-10-14 08:43:28 -04:00
vault_test.go e2e: use testify requires instead of t.Fatal 2021-01-26 09:14:47 -05:00

README.md

Vault Integration Test

Not run as part of nightly e2e suite at this point.

Downloads, caches, and tests Nomad against open source Vault binaries. Runs only when -integration is set.

Run with:

cd e2e/vault/
go test -integration

Warning: Downloads a lot of Vault versions!