-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Sanity Test for nodes running in k8s (BFT-394) (#63)
## What ❔ Add a first sanity test to check node liveness running with the new Kubernetes script. ## Why ❔ We need this basic test to see how to address the test suite development and have a layer used to communicate a local environment (like CI) with the nodes running in kubernetes. --------- Co-authored-by: Bruno França <[email protected]> Co-authored-by: Grzegorz Prusak <[email protected]> Co-authored-by: Esteban Dimitroff Hódi <[email protected]>
- Loading branch information
1 parent
86648cb
commit 2bc31fc
Showing
17 changed files
with
527 additions
and
167 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 |
---|---|---|
|
@@ -9,3 +9,6 @@ logs/ | |
.terraform | ||
.ssh | ||
**/*terraform.tfstate* | ||
|
||
# Binaries generated in Docker | ||
node/tools/docker_binaries |
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
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
Oops, something went wrong.