substrate: chain-spec paths corrected in zombienet tests (#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>
This commit is contained in:
Michal Kucharczyk
2023-09-02 21:25:43 +02:00
committed by GitHub
parent 3f92be2cc2
commit 2c3e869c38
4 changed files with 6 additions and 6 deletions
@@ -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]]