mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 19:17:58 +00:00
113ffcae52
* add simnet tests * add link to bracap presentation of simnet * add link to bracap presentation of simnet * rm not needed file
17 lines
603 B
Gherkin
17 lines
603 B
Gherkin
Feature: Smoketest
|
|
|
|
Scenario: Minimal Example
|
|
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 30
|
|
Then alice reports block height is greater than 30
|
|
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
|