Skip to content

Commit 2c3e869

Browse files
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 <[email protected]>
1 parent 3f92be2 commit 2c3e869

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

cumulus/zombienet/tests/0007-full_node_warp_sync.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ default_image = "{{RELAY_IMAGE}}"
33
default_command = "polkadot"
44
default_args = [ "-lparachain=debug" ]
55
chain = "rococo-local"
6-
chain_spec_path = "cumulus/zombienet/tests/0007-warp-sync-relaychain-spec.json"
6+
chain_spec_path = "0007-warp-sync-relaychain-spec.json"
77

88
[[relaychain.nodes]]
99
name = "alice"
@@ -23,12 +23,12 @@ chain_spec_path = "cumulus/zombienet/tests/0007-warp-sync-relaychain-spec.json"
2323
[[relaychain.nodes]]
2424
name = "dave"
2525
validator = true
26-
args = ["--sync warp", "--reserved-only", "--reserved-nodes {{'alice'|zombie('multiAddress')}} {{'bob'|zombie('multiAddress')}} {{'charlie'|zombie('multiAddress')}}"]
26+
args = ["--no-beefy", "--sync warp", "--reserved-only", "--reserved-nodes {{'alice'|zombie('multiAddress')}} {{'bob'|zombie('multiAddress')}} {{'charlie'|zombie('multiAddress')}}"]
2727

2828
[[parachains]]
2929
id = 2000
3030
cumulus_based = true
31-
chain_spec_path = "cumulus/zombienet/tests/0007-warp-sync-parachain-spec.json"
31+
chain_spec_path = "0007-warp-sync-parachain-spec.json"
3232
add_to_genesis = false
3333

3434
# Run 'dave' as parachain collator.

substrate/zombienet/0001-basic-warp-sync/test-warp-sync.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ default_image = "{{ZOMBIENET_INTEGRATION_TEST_IMAGE}}"
66
default_command = "substrate"
77

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

1111
[[relaychain.nodes]]
1212
name = "alice"

substrate/zombienet/0002-validators-warp-sync/test-validators-warp-sync.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ default_image = "{{ZOMBIENET_INTEGRATION_TEST_IMAGE}}"
66
default_command = "substrate"
77

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

1111
[[relaychain.nodes]]
1212
name = "alice"

substrate/zombienet/0003-block-building-warp-sync/test-block-building-warp-sync.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ default_image = "{{ZOMBIENET_INTEGRATION_TEST_IMAGE}}"
66
default_command = "substrate"
77

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

1111
#we need at least 3 nodes for warp sync
1212
[[relaychain.nodes]]

0 commit comments

Comments
 (0)