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
5f4c020e
Commit
5f4c020e
authored
Aug 17, 2021
by
Bernhard Schuster
Browse files
simple setup to start
parent
765c466c
Changes
2
Hide whitespace changes
Inline
Side-by-side
node/malus/integrationtests/0001-dispute-valid-block-simple.feature
0 → 100644
View file @
5f4c020e
Feature
:
Disputes
Scenario
:
Dispute Valid Block
Given
a test network
Then
alice is up
And
alice reports substrate_node_roles is 4
And
alice reports substrate_sub_libp2p_is_major_syncing is 0
When
alice's best block should be above 1
Then
alice reports block height is greater than 1
And
alice reports peers count is at least 2
Then
bob is up
And
bob reports block height is greater than 30
And
bob reports peers count is at least 2
Then
charlie is up
And
charlie reports block height is greater than 30
And
charlie reports peers count is at least 2
And
david reports peers count is at least 2
node/malus/integrationtests/0001-dispute-valid-block-simple.toml
0 → 100644
View file @
5f4c020e
[settings.defaults]
image
=
"parity/polkadot"
command
=
"polkadot"
chain-name
=
"polkadot-local"
timeout
=
1000
[nodes.alice]
validator
=
true
extra-args
=
["--alice"]
image
=
"parity/polkadot"
command
=
"polkadot"
[nodes.bob]
validator
=
true
extra-args
=
["--bob"]
image
=
"parity/polkadot"
command
=
"polkadot"
[nodes.charlie]
validator
=
true
extra-args
=
["--charlie"]
image
=
"parity/polkadot"
command
=
"polkadot"
[nodes.mal]
validator
=
true
extra-args
=
["--dave"]
image
=
"paritypr/malus"
command
=
"/usr/local/bin/malus-dispute-valid-block"
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