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:
radupopa2010
2021-07-02 12:48:14 +02:00
committed by GitHub
parent c30ece2bd8
commit 113ffcae52
5 changed files with 200 additions and 0 deletions
@@ -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