Skip to content

Commit

Permalink
substrate: chain-spec paths corrected in zombienet tests (paritytech#…
Browse files Browse the repository at this point in the history
…1362)

* substrate: chain-spec paths corrected in zombienet tests

* fix chain-spec path in cumulus test

* disable beefy on validator

---------

Co-authored-by: Javier Viola <javier@parity.io>
  • Loading branch information
michalkucharczyk and pepoviola authored Sep 2, 2023
1 parent 11a5bad commit 39c6e5b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ default_image = "{{ZOMBIENET_INTEGRATION_TEST_IMAGE}}"
default_command = "substrate"

chain = "gen-db"
chain_spec_path = "substrate/zombienet/0001-basic-warp-sync/chain-spec.json"
chain_spec_path = "chain-spec.json"

[[relaychain.nodes]]
name = "alice"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ default_image = "{{ZOMBIENET_INTEGRATION_TEST_IMAGE}}"
default_command = "substrate"

chain = "gen-db"
chain_spec_path = "substrate/zombienet/0002-validators-warp-sync/chain-spec.json"
chain_spec_path = "chain-spec.json"

[[relaychain.nodes]]
name = "alice"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ default_image = "{{ZOMBIENET_INTEGRATION_TEST_IMAGE}}"
default_command = "substrate"

chain = "gen-db"
chain_spec_path = "substrate/zombienet/0003-block-building-warp-sync/chain-spec.json"
chain_spec_path = "chain-spec.json"

#we need at least 3 nodes for warp sync
[[relaychain.nodes]]
Expand Down

0 comments on commit 39c6e5b

Please sign in to comment.