Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
parity
Mirrored projects
polkadot
Commits
20bff53f
Verified
Commit
20bff53f
authored
Sep 02, 2021
by
Andronik Ordian
Browse files
use subcommand syntax from latest gurke
parent
6e96143b
Pipeline
#155263
canceled with stages
in 9 minutes and 57 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
node/malus/integrationtests/0001-dispute-valid-block.toml
View file @
20bff53f
...
...
@@ -25,4 +25,6 @@ extra-args = ["--charlie"]
[nodes.david]
validator
=
true
image
=
"{{get_env(name="
MALUSIMAGE
") | safe }}"
command-with-args
=
"/usr/local/bin/malus dispute-ancestor --chain rococo-local --dave"
command
=
"/usr/local/bin/malus"
subcommand
=
"dispute-ancestor"
extra-args
=
["--dave"]
node/malus/integrationtests/0002-dispute-invalid-block.toml
View file @
20bff53f
...
...
@@ -14,22 +14,26 @@ extra-args = ["--alice"]
validator
=
true
image
=
"{{get_env(name="
MALUSIMAGE
") | safe }}"
command
=
"/usr/local/bin/malus"
extra-args
=
[
"back-garbage-candidate"
,
"--bob"
]
subcommand
=
"back-garbage-candidate"
extra-args
=
["--bob"]
[nodes.charlie]
validator
=
true
image
=
"{{get_env(name="
MALUSIMAGE
") | safe }}"
command
=
"/usr/local/bin/malus"
extra-args
=
[
"back-garbage-candidate"
,
"--charlie"
]
subcommand
=
"back-garbage-candidate"
extra-args
=
["--charlie"]
[nodes.david]
validator
=
true
image
=
"{{get_env(name="
MALUSIMAGE
") | safe }}"
command
=
"/usr/local/bin/malus"
extra-args
=
[
"back-garbage-candidate"
,
"--dave"
]
subcommand
=
"back-garbage-candidate"
extra-args
=
["--dave"]
[nodes.eve]
validator
=
true
image
=
"{{get_env(name="
MALUSIMAGE
") | safe }}"
command
=
"/usr/local/bin/malus"
extra-args
=
["suggest-garbage-candidate","--eve"]
subcommand
=
"suggest-garbage-candidate"
extra-args
=
["--eve"]
node/malus/integrationtests/0003-dispute-unavailable-block.toml
View file @
20bff53f
...
...
@@ -14,22 +14,26 @@ extra-args = ["--alice"]
validator
=
true
image
=
"{{get_env(name="
MALUSIMAGE
") | safe }}"
command
=
"/usr/local/bin/malus"
extra-args
=
[
"back-garbage-candidate"
,
"--bob"
]
subcommand
=
"back-garbage-candidate"
extra-args
=
["--bob"]
[nodes.charlie]
validator
=
true
image
=
"{{get_env(name="
MALUSIMAGE
") | safe }}"
command
=
"/usr/local/bin/malus"
extra-args
=
[
"back-garbage-candidate"
,
"--charlie"
]
subcommand
=
"back-garbage-candidate"
extra-args
=
["--charlie"]
[nodes.david]
validator
=
true
image
=
"{{get_env(name="
MALUSIMAGE
") | safe }}"
command
=
"/usr/local/bin/malus"
extra-args
=
[
"back-garbage-candidate"
,
"--dave"
]
subcommand
=
"back-garbage-candidate"
extra-args
=
["--dave"]
[nodes.eve]
validator
=
true
image
=
"{{get_env(name="
MALUSIMAGE
") | safe }}"
command
=
"/usr/local/bin/malus"
extra-args
=
["suggest-garbage-candidate","--eve"]
subcommand
=
"suggest-garbage-candidate"
extra-args
=
["--eve"]
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment