forked from paritytech/polkadot-sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
35 additions
and
0 deletions.
There are no files selected for viewing
21 changes: 21 additions & 0 deletions
21
polkadot/zombienet_tests/functional/0011-beefy-and-mmr.toml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
[settings] | ||
timeout = 1000 | ||
|
||
[relaychain] | ||
default_command = "/home/serban/workplace/sources/polkadot-sdk/target/release/polkadot" | ||
chain = "rococo-local" | ||
|
||
[[relaychain.node_groups]] | ||
name = "stable" | ||
count = 3 | ||
args = ["--log=beefy=debug", "--enable-offchain-indexing=true"] | ||
|
||
[[relaychain.node_groups]] | ||
name = "unstable-1" | ||
count = 5 | ||
args = ["--log=beefy=debug", "--enable-offchain-indexing=true"] | ||
|
||
[[relaychain.node_groups]] | ||
name = "unstable-2" | ||
count = 3 | ||
args = ["--log=beefy=debug", "--enable-offchain-indexing=true"] |
14 changes: 14 additions & 0 deletions
14
polkadot/zombienet_tests/functional/0011-beefy-and-mmr.zndsl
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
Description: Test BEEFY voting and finality, test MMR proofs. Assumes Rococo sessions of 1 minute. | ||
Network: ./0011-beefy-and-mmr.toml | ||
Creds: config | ||
|
||
stable: reports finalised height is at least 9 within 120 seconds | ||
|
||
unstable-1: pause | ||
unstable-2: pause | ||
|
||
sleep 10 seconds | ||
|
||
unstable-1: restart | ||
|
||
sleep 300 seconds |