mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 18:07:58 +00:00
add simnet tests (#9222)
* add simnet tests * add link to bracap presentation of simnet * add link to bracap presentation of simnet * rm not needed file
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
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
|
||||
Reference in New Issue
Block a user