From a8c3b5fdd8b46652931a681e0c224e271f12178e Mon Sep 17 00:00:00 2001 From: Paul Hauner Date: Sun, 3 Mar 2019 11:19:27 +1100 Subject: [PATCH] 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 --- .../beacon_chain/test_harness/examples/chain.yaml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/beacon_node/beacon_chain/test_harness/examples/chain.yaml b/beacon_node/beacon_chain/test_harness/examples/chain.yaml index f22d0874e4..dd5aa7cc9b 100644 --- a/beacon_node/beacon_chain/test_harness/examples/chain.yaml +++ b/beacon_node/beacon_chain/test_harness/examples/chain.yaml @@ -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: []