Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
use node groups
Co-authored-by: Andrei Sandu <54316454+sandreim@users.noreply.github.com>
  • Loading branch information
drahnr and sandreim authored Jun 6, 2022
commit 9046e5ecf007bd858806af2ef067ff5e5f01b1f9
35 changes: 4 additions & 31 deletions zombienet_tests/regression/0003-small-net-no-paras.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,37 +19,10 @@ default_command = "polkadot"
limits = { memory = "4G", cpu = "2" }
requests = { memory = "2G", cpu = "1" }

[[relaychain.nodes]]
name = "alice"
args = [ "--alice", "-lparachain=debug,runtime=debug,grandpa=trace" ]

[[relaychain.nodes]]
name = "bob"
args = [ "--bob", "-lparachain=debug,runtime=debug,grandpa=trace"]

[[relaychain.nodes]]
name = "charlie"
args = [ "--charlie", "-lparachain=debug,runtime=debug" ]

[[relaychain.nodes]]
name = "dave"
args = [ "--dave", "-lparachain=debug,runtime=debug,grandpa=trace"]

[[relaychain.nodes]]
name = "ferdie"
args = [ "--ferdie", "-lparachain=debug,runtime=debug,grandpa=trace" ]

[[relaychain.nodes]]
name = "eve"
args = [ "--eve", "-lparachain=debug,runtime=debug,grandpa=trace"]

[[relaychain.nodes]]
name = "one"
args = [ "--one", "-lparachain=debug,runtime=debug,grandpa=trace" ]

[[relaychain.nodes]]
name = "two"
args = [ "--two", "-lparachain=debug,runtime=debug,grandpa=trace"]
[[relaychain.node_groups]]
name = "honest-validator"
count = 10
args = ["-lparachain=debug,runtime=debug,afg=trace]


# Zer0 parachains
Expand Down