Support new version of zombienet (#4528)

* test new version of zombienet

* use default chain spec command

* use commit ref to get test files

* change test spec for zombienet new versionzombienet_tests/parachains/0001-parachains-smoke-test.toml

* changes for new version of zombienet

* use paritytech zombienet version
This commit is contained in:
Javier Viola
2021-12-16 14:23:21 -03:00
committed by GitHub
parent a558ee0b57
commit 2c0d7730d7
3 changed files with 5 additions and 6 deletions
@@ -4,7 +4,6 @@ timeout = 1000
[relaychain]
default_image = "{{ZOMBIENET_INTEGRATION_TEST_IMAGE}}"
chain = "wococo-local"
chain_spec_command = "polkadot build-spec --chain wococo-local --disable-default-bootnode --raw > /cfg/wococo-local.json"
command = "polkadot"
[[relaychain.nodes]]
@@ -23,7 +22,7 @@ command = "polkadot"
extra_args = [ "--charlie", "-lparachain=debug" ]
[[relaychain.nodes]]
name = "david"
name = "dave"
validator = true
command = "/usr/local/bin/malus dispute-ancestor"
extra_args = ["--dave", "-lparachain=debug"]
@@ -37,4 +36,4 @@ id = 100
name = "collator01"
image = "{{COL_IMAGE}}"
command = "/usr/local/bin/adder-collator"
args = ["-lparachain=debug"]
args = ["-lparachain=debug"]