mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-31 01:41:03 +00:00
fix chain-spec path for substrate tests (#1307)
* fix chain-spec path for substrate tests * update chain-spec path for cumulus test
This commit is contained in:
@@ -3,7 +3,7 @@ default_image = "{{RELAY_IMAGE}}"
|
|||||||
default_command = "polkadot"
|
default_command = "polkadot"
|
||||||
default_args = [ "-lparachain=debug" ]
|
default_args = [ "-lparachain=debug" ]
|
||||||
chain = "rococo-local"
|
chain = "rococo-local"
|
||||||
chain_spec_path = "zombienet/tests/0007-warp-sync-relaychain-spec.json"
|
chain_spec_path = "cumulus/zombienet/tests/0007-warp-sync-relaychain-spec.json"
|
||||||
|
|
||||||
[[relaychain.nodes]]
|
[[relaychain.nodes]]
|
||||||
name = "alice"
|
name = "alice"
|
||||||
@@ -28,7 +28,7 @@ chain_spec_path = "zombienet/tests/0007-warp-sync-relaychain-spec.json"
|
|||||||
[[parachains]]
|
[[parachains]]
|
||||||
id = 2000
|
id = 2000
|
||||||
cumulus_based = true
|
cumulus_based = true
|
||||||
chain_spec_path = "zombienet/tests/0007-warp-sync-parachain-spec.json"
|
chain_spec_path = "cumulus/zombienet/tests/0007-warp-sync-parachain-spec.json"
|
||||||
add_to_genesis = false
|
add_to_genesis = false
|
||||||
|
|
||||||
# Run 'dave' as parachain collator.
|
# Run 'dave' as parachain collator.
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ default_image = "{{ZOMBIENET_INTEGRATION_TEST_IMAGE}}"
|
|||||||
default_command = "substrate"
|
default_command = "substrate"
|
||||||
|
|
||||||
chain = "gen-db"
|
chain = "gen-db"
|
||||||
chain_spec_path = "zombienet/0001-basic-warp-sync/chain-spec.json"
|
chain_spec_path = "substrate/zombienet/0001-basic-warp-sync/chain-spec.json"
|
||||||
|
|
||||||
[[relaychain.nodes]]
|
[[relaychain.nodes]]
|
||||||
name = "alice"
|
name = "alice"
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ default_image = "{{ZOMBIENET_INTEGRATION_TEST_IMAGE}}"
|
|||||||
default_command = "substrate"
|
default_command = "substrate"
|
||||||
|
|
||||||
chain = "gen-db"
|
chain = "gen-db"
|
||||||
chain_spec_path = "zombienet/0002-validators-warp-sync/chain-spec.json"
|
chain_spec_path = "substrate/zombienet/0002-validators-warp-sync/chain-spec.json"
|
||||||
|
|
||||||
[[relaychain.nodes]]
|
[[relaychain.nodes]]
|
||||||
name = "alice"
|
name = "alice"
|
||||||
|
|||||||
+1
-1
@@ -6,7 +6,7 @@ default_image = "{{ZOMBIENET_INTEGRATION_TEST_IMAGE}}"
|
|||||||
default_command = "substrate"
|
default_command = "substrate"
|
||||||
|
|
||||||
chain = "gen-db"
|
chain = "gen-db"
|
||||||
chain_spec_path = "zombienet/0003-block-building-warp-sync/chain-spec.json"
|
chain_spec_path = "substrate/zombienet/0003-block-building-warp-sync/chain-spec.json"
|
||||||
|
|
||||||
#we need at least 3 nodes for warp sync
|
#we need at least 3 nodes for warp sync
|
||||||
[[relaychain.nodes]]
|
[[relaychain.nodes]]
|
||||||
|
|||||||
Reference in New Issue
Block a user