Skip to content

Commit 1e74bdb

Browse files
committed
improve validator-lifecycle-test
1 parent 0b65f79 commit 1e74bdb

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

playbooks/dev/validator-lifecycle-test.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,14 @@ tasks:
3737
title: "Await end of next deposit voting period"
3838
config:
3939
tasks:
40-
- name: check_consensus_block_proposals
41-
title: "Wait for block proposal with deposits (start of deposit inclusion)"
40+
- name: check_consensus_validator_status
41+
title: "Wait for inclusion of the last deposit"
4242
config:
43-
minDepositCount: 1
44-
- name: check_consensus_block_proposals
45-
title: "Wait for block proposal without deposits (end of deposit inclusion)"
46-
config:
47-
minDepositCount: 1
43+
validatorPubKey: 0xa4a6121cb76eaf63e520615368a21d504c6f7363b5045f965e3587f623a6f7f1ce32af63ce3c535e75cd831db27c5abd
44+
validatorStatus:
45+
- pending_initialized
46+
- pending_queued
47+
- active_ongoing
4848
foregroundTask:
4949
name: run_task_options
5050
title: "Check deposit inclusion"

0 commit comments

Comments
 (0)