mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-31 01:41:03 +00:00
Rename zombienet extension (#6073)
* Rename extension files and respective entries from '.feature' to '.zndsl' * Rename zombienet extension for 0001-dispute-valid-block test
This commit is contained in:
@@ -0,0 +1,28 @@
|
||||
Description: Deregister / Register Validator Smoke
|
||||
Network: ./0003-deregister-register-validator-smoke.toml
|
||||
Creds: config
|
||||
|
||||
alice: is up within 30 seconds
|
||||
bob: is up within 30 seconds
|
||||
charlie: is up within 30 seconds
|
||||
dave: is up within 30 seconds
|
||||
|
||||
# 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
|
||||
Reference in New Issue
Block a user