-
-
Notifications
You must be signed in to change notification settings - Fork 318
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: clean up simulation-test and move integration stuff out to placβ¦
β¦eholder file
- Loading branch information
1 parent
a49c439
commit 8806bd9
Showing
2 changed files
with
121 additions
and
49 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,27 @@ | ||
# Integration Tests | ||
|
||
The following tests are found in `packages/beacon-node` | ||
|
||
#### `test:sim:withdrawals` | ||
|
||
This test simulates capella blocks with withdrawals. It tests lodestar against Geth and EthereumJS. | ||
|
||
There are two ENV variables that are required to run this test: | ||
|
||
- `EL_BINARY_DIR`: the docker image setup to handle the test case | ||
- `EL_SCRIPT_DIR`: the script that will be used to start the EL client. All of the scripts can be found in `packages/beacon-node/test/scripts/el-interop` and the `EL_SCRIPT_DIR` is the sub-directory name in that root that should be used to run the test. | ||
|
||
The command to run this test is: | ||
|
||
`EL_BINARY_DIR=g11tech/geth:withdrawals EL_SCRIPT_DIR=gethdocker yarn mocha test/sim/withdrawal-interop.test.ts` | ||
|
||
The images used by this test during CI are: | ||
|
||
- `GETH_WITHDRAWALS_IMAGE: g11tech/geth:withdrawalsfeb8` | ||
- `ETHEREUMJS_WITHDRAWALS_IMAGE: g11tech/ethereumjs:blobs-b6b63` | ||
|
||
#### `test:sim:merge-interop` | ||
|
||
#### `test:sim:mergemock` | ||
|
||
#### `yarn test:sim:blobs` |
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