Add Exit support to test_harness

This commit is contained in:
Paul Hauner
2019-03-04 12:21:24 +11:00
parent f4d8b41a09
commit ef006bfb2c
6 changed files with 111 additions and 1 deletions

View File

@@ -18,6 +18,10 @@ test_cases:
amount: 32
- slot: 5
amount: 32
exits:
# At slot 10, submit an exit for validator #50.
- slot: 10
validator_index: 50
proposer_slashings:
# At slot 2, trigger a proposer slashing for validator #42.
- slot: 2
@@ -39,4 +43,5 @@ test_cases:
num_validators: 1003
slashed_validators: [11, 12, 13, 14, 42]
exited_validators: []
exit_initiated_validators: [50]