Skip to content

Commit

Permalink
Zombienet
Browse files Browse the repository at this point in the history
  • Loading branch information
serban300 committed Jan 24, 2024
1 parent a817d31 commit b89531c
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 0 deletions.
21 changes: 21 additions & 0 deletions polkadot/zombienet_tests/functional/0011-beefy-and-mmr.toml
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 polkadot/zombienet_tests/functional/0011-beefy-and-mmr.zndsl
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

0 comments on commit b89531c

Please sign in to comment.