mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 15:11:02 +00:00
Add example zombienet network file and instructions (#1839)
* Add simple example on how to spin up network. * Update readme * Remove unnecessary prefix * Improve folder structure * Add link to file * Fix paths in readme * Update README.md Co-authored-by: Bastian Köcher <git@kchr.de> Co-authored-by: Bastian Köcher <git@kchr.de>
This commit is contained in:
@@ -0,0 +1,26 @@
|
||||
Description: PoV recovery test
|
||||
Network: ./0002-pov_recovery.toml
|
||||
Creds: config
|
||||
|
||||
|
||||
validator-0: is up
|
||||
validator-1: is up
|
||||
validator-2: is up
|
||||
validator-3: is up
|
||||
alice: is up within 60 seconds
|
||||
bob: is up within 60 seconds
|
||||
charlie: is up within 60 seconds
|
||||
one: is up within 60 seconds
|
||||
two: is up within 60 seconds
|
||||
|
||||
# wait 30 blocks and register parachain
|
||||
validator-3: reports block height is at least 30 within 250 seconds
|
||||
validator-0: js-script ./register-para.js with "2000" within 240 seconds
|
||||
validator-0: parachain 2000 is registered within 300 seconds
|
||||
|
||||
# check block production
|
||||
bob: reports block height is at least 20 within 600 seconds
|
||||
alice: reports block height is at least 20 within 600 seconds
|
||||
charlie: reports block height is at least 20 within 600 seconds
|
||||
one: reports block height is at least 20 within 600 seconds
|
||||
two: reports block height is at least 20 within 600 seconds
|
||||
Reference in New Issue
Block a user