61 lines
1.1 KiB
TOML
61 lines
1.1 KiB
TOML
[metadata]
|
|
name = "lotus-soup"
|
|
author = ""
|
|
|
|
[global]
|
|
plan = "lotus-soup"
|
|
case = "deals-e2e"
|
|
total_instances = 9
|
|
builder = "docker:go"
|
|
runner = "local:docker"
|
|
|
|
[global.build_config]
|
|
enable_go_build_cache = true
|
|
|
|
[global.run.test_params]
|
|
clients = "3"
|
|
miners = "2"
|
|
genesis_timestamp_offset = "0"
|
|
balance = "2000000000"
|
|
random_beacon_type = "mock"
|
|
|
|
[[groups]]
|
|
id = "bootstrapper"
|
|
[groups.instances]
|
|
count = 1
|
|
percentage = 0.0
|
|
[groups.run]
|
|
[groups.run.test_params]
|
|
role = "bootstrapper"
|
|
|
|
[[groups]]
|
|
id = "miners-big"
|
|
[groups.instances]
|
|
count = 2
|
|
percentage = 0.0
|
|
[groups.run]
|
|
[groups.run.test_params]
|
|
role = "miner"
|
|
mining_mode = "natural"
|
|
sectors = "8"
|
|
|
|
[[groups]]
|
|
id = "miners-small"
|
|
[groups.instances]
|
|
count = 3
|
|
percentage = 0.0
|
|
[groups.run]
|
|
[groups.run.test_params]
|
|
role = "miner"
|
|
mining_mode = "natural"
|
|
sectors = "6"
|
|
|
|
[[groups]]
|
|
id = "clients"
|
|
[groups.instances]
|
|
count = 3
|
|
percentage = 0.0
|
|
[groups.run]
|
|
[groups.run.test_params]
|
|
role = "client"
|