-
Notifications
You must be signed in to change notification settings - Fork 2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #6938 from hashicorp/e2e-vault
test: download Vault binaries for e2e test
- Loading branch information
Showing
3 changed files
with
155 additions
and
108 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# 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!** |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters