mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 22:11:02 +00:00
0c51a202cc
* bump zombienet version * remove redundant 'is up' assertion * bump zombienet version * bump to latest version of zombienet * add more time to check peers
24 lines
1.0 KiB
Plaintext
24 lines
1.0 KiB
Plaintext
Description: Deregister / Register Validator Smoke
|
|
Network: ./0003-deregister-register-validator-smoke.toml
|
|
Creds: config
|
|
|
|
# ensure is in the validator set
|
|
dave: reports polkadot_node_is_parachain_validator is 1 within 240 secs
|
|
dave: reports polkadot_node_is_active_validator is 1 within 240 secs
|
|
|
|
# deregister and check
|
|
alice: js-script ./0003-deregister-register-validator.js with "deregister,dave" return is 0 within 30 secs
|
|
|
|
# Wait 2 sessions. The authority set change is enacted at curent_session + 2.
|
|
sleep 120 seconds
|
|
dave: reports polkadot_node_is_parachain_validator is 0 within 180 secs
|
|
dave: reports polkadot_node_is_active_validator is 0 within 180 secs
|
|
|
|
# register and check
|
|
alice: js-script ./0003-deregister-register-validator.js with "register,dave" return is 0 within 30 secs
|
|
|
|
# Wait 2 sessions. The authority set change is enacted at curent_session + 2.
|
|
sleep 120 seconds
|
|
dave: reports polkadot_node_is_parachain_validator is 1 within 180 secs
|
|
dave: reports polkadot_node_is_active_validator is 1 within 180 secs
|