Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
Add zombienet test scenario
Browse files Browse the repository at this point in the history
  • Loading branch information
vstakhov committed Nov 21, 2022
1 parent 8ad062a commit 5771d35
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions zombienet_tests/functional/0001-parachains-pvf.toml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ genesis_state_generator = "undying-collator export-genesis-state --pov-size=1000
name = "collator07"
image = "{{COL_IMAGE}}"
command = "undying-collator"
args = ["-lparachain=debug", "--pov-size=100000", "--pvf-complexity=300", "--parachain-id=2006"]
args = ["-lparachain=debug", "--pov-size=100000", "--pvf-complexity=300", "--parachain-id=2006", "--hrmp-params=2007:4096", "-lruntime::undying=debug"]

[[parachains]]
id = 2007
Expand All @@ -128,7 +128,18 @@ genesis_state_generator = "undying-collator export-genesis-state --pov-size=1000
name = "collator08"
image = "{{COL_IMAGE}}"
command = "undying-collator"
args = ["-lparachain=debug", "--pov-size=100000", "--pvf-complexity=300", "--parachain-id=2007"]
args = ["-lparachain=debug", "--pov-size=100000", "--pvf-complexity=300", "--parachain-id=2007", "--hrmp-params=2006:4096", "-lruntime::undying=debug"]

[[hrmp_channels]]
sender = 2007
recipient = 2006
max_capacity = 2
max_message_size = 8192
[[hrmp_channels]]
sender = 2006
recipient = 2007
max_capacity = 2
max_message_size = 8192

[types.Header]
number = "u64"
Expand Down

0 comments on commit 5771d35

Please sign in to comment.