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:
Nikos Kontakis
2022-09-29 10:22:15 +03:00
committed by GitHub
parent 9196f32bc0
commit 39e55ffd0a
14 changed files with 18 additions and 17 deletions
@@ -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