test: add end-to-end testing framework (#5435)

Partial fix for #5291. For details, see [README.md](https://github.com/tendermint/tendermint/blob/erik/e2e-tests/test/e2e/README.md) and [RFC-001](https://github.com/tendermint/tendermint/blob/master/docs/rfc/rfc-001-end-to-end-testing.md).

This only includes a single test case under `test/e2e/tests/`, as a proof of concept - additional test cases will be submitted separately. A randomized testnet generator will also be submitted separately, there a currently just a handful of static testnets under `test/e2e/networks/`. This will eventually replace the current P2P tests and run in CI.
This commit is contained in:
Erik Grinaker
2020-10-05 11:35:01 +02:00
committed by GitHub
parent a4b7018732
commit 250c3aa92e
31 changed files with 2722 additions and 5 deletions

2
.gitignore vendored
View File

@@ -10,6 +10,8 @@ remote_dump
.revision
vendor
.vagrant
test/e2e/build
test/e2e/networks/*/
test/p2p/data/
test/logs
coverage.txt