Update test_harness yaml

- Checks for attester slashing, now it is included in the chain.
- Renames suite to be more specific, use normal Eth2.0 naming
This commit is contained in:
Paul Hauner 2019-03-03 11:19:27 +11:00
parent 76a0ba2d6c
commit a8c3b5fdd8
No known key found for this signature in database
GPG Key ID: D362883A9218FCC6

View File

@ -1,7 +1,7 @@
title: Sample Ethereum Serenity State Transition Tests
summary: Testing full state transition block processing
test_suite: prysm
fork: sapphire
title: Validator Registry Tests
summary: Tests deposit and slashing effects on validator registry.
test_suite: validator_registry
fork: tchaikovsky
version: 1.0
test_cases:
- config:
@ -38,7 +38,6 @@ test_cases:
states:
- slot: 63
num_validators: 1003
# slashed_validators: [11, 12, 13, 14, 42]
slashed_validators: [13, 42] # This line is incorrect, our implementation isn't processing attester_slashings.
slashed_validators: [11, 12, 13, 14, 42]
exited_validators: []