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
Fix indentation (#27)
* add migrated tests

* rename test files

* uncomment args and remove extra collator node

* fix identation
  • Loading branch information
pepoviola authored May 12, 2022
commit 65a402dfab65b9f35103d9dbc7e38f2020d9f4e4
8 changes: 4 additions & 4 deletions zombienet_tests/0002-pov_recovery.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ cumulus_based = true
command = "test-collator"
args = ["-lparachain=debug"]

# Run dave as parachain collator and eve as parachain full node
#
# They will need to recover the pov blocks through availability recovery.
# Run dave as parachain collator and eve as parachain full node
#
# They will need to recover the pov blocks through availability recovery.
[[parachains.collators]]
name = "dave"
validator = true
Expand All @@ -43,4 +43,4 @@ cumulus_based = true
validator = false
image = "docker.io/parity/polkadot-collator:latest"
command = "test-collator"
args = ["--reserved-only", "--reserved-nodes {{'charlie'|zombie}}", "--use-null-consensus", "--disable-block-announcements"]
args = ["--reserved-only", "--reserved-nodes {{'charlie'|zombie}}", "--use-null-consensus", "--disable-block-announcements"]
4 changes: 2 additions & 2 deletions zombienet_tests/0003-test_full_node_catching_up.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ cumulus_based = true
command = "test-collator"
args = ["-lparachain=debug"]

# run cumulus dave (a parachain full node) and wait for it to sync some blocks
# run cumulus dave (a parachain full node) and wait for it to sync some blocks
[[parachains.collators]]
name = "dave"
validator = false
Expand All @@ -41,4 +41,4 @@ cumulus_based = true
validator = false
image = "docker.io/parity/polkadot-collator:latest"
command = "test-collator"
args = ["--reserved-only", "--reserved-nodes {{'charlie'|zombie}}"]
args = ["--reserved-only", "--reserved-nodes {{'charlie'|zombie}}"]