Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Remove pointless changes
  • Loading branch information
tdimitrov committed Jan 23, 2023
commit a563ac6cc62cea6854e80a69ba56c25fe5f09cfa
1 change: 0 additions & 1 deletion zombienet_tests/functional/0001-parachains-pvf.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ timeout = 1000

[relaychain]
default_image = "{{ZOMBIENET_INTEGRATION_TEST_IMAGE}}"
default_command = "polkadot"
chain = "rococo-local"
chain_spec_command = "polkadot build-spec --chain rococo-local --disable-default-bootnode"

Expand Down
2 changes: 1 addition & 1 deletion zombienet_tests/functional/0003-beefy-and-mmr.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ timeout = 1000
[relaychain]
default_image = "{{ZOMBIENET_INTEGRATION_TEST_IMAGE}}"
chain = "rococo-local"
default_command = "polkadot"
command = "polkadot"

[[relaychain.node_groups]]
name = "validator"
Expand Down
1 change: 0 additions & 1 deletion zombienet_tests/misc/0002-upgrade-node.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ timeout = 1000

[relaychain]
default_image = "{{ZOMBIENET_INTEGRATION_TEST_IMAGE}}"
default_command = "polkadot"
chain = "rococo-local"


Expand Down
2 changes: 1 addition & 1 deletion zombienet_tests/smoke/0001-parachains-smoke-test.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ timeout = 1000
[relaychain]
default_image = "{{ZOMBIENET_INTEGRATION_TEST_IMAGE}}"
chain = "rococo-local"
default_command = "polkadot"
command = "polkadot"

[[relaychain.nodes]]
name = "alice"
Expand Down
4 changes: 2 additions & 2 deletions zombienet_tests/smoke/0002-parachains-upgrade-smoke-test.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ bootnode = true
[relaychain]
default_image = "{{ZOMBIENET_INTEGRATION_TEST_IMAGE}}"
chain = "rococo-local"
default_command = "polkadot"
command = "polkadot"

[[relaychain.nodes]]
name = "alice"
Expand All @@ -31,7 +31,7 @@ cumulus_based = true
[parachains.collator]
name = "collator01"
image = "{{COL_IMAGE}}"
command = "polkadot-collator" # Should become `polkadot-parachain`
command = "polkadot-collator"

[[parachains.collator.env]]
name = "RUST_LOG"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ timeout = 1000
[relaychain]
default_image = "{{ZOMBIENET_INTEGRATION_TEST_IMAGE}}"
chain = "rococo-local"
default_command = "polkadot"
command = "polkadot"

[[relaychain.nodes]]
name = "alice"
Expand Down