mirror of
https://github.com/logos-blockchain/logos-blockchain-testing.git
synced 2026-01-02 13:23:13 +00:00
15 lines
505 B
Gherkin
15 lines
505 B
Gherkin
Feature: Testing Framework - Local Runner
|
|
|
|
@local
|
|
Scenario: Run a local smoke scenario (tx + DA + liveness)
|
|
Given deployer is "local"
|
|
And topology has 1 validators and 1 executors
|
|
And run duration is 60 seconds
|
|
And wallets total funds is 1000000000 split across 50 users
|
|
And transactions rate is 1 per block
|
|
And data availability channel rate is 1 per block and blob rate is 1 per block
|
|
And expect consensus liveness
|
|
When run scenario
|
|
Then scenario should succeed
|
|
|