Skip to content

Commit

Permalink
config: fix sn and ir configs templates
Browse files Browse the repository at this point in the history
Because of nspcc-dev/neofs-node#2981, now the config is
being validated, and some fields need to be corrected in the tests.

Signed-off-by: Andrey Butusov <[email protected]>
  • Loading branch information
End-rey committed Nov 5, 2024
1 parent d5d7798 commit f84d710
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion neofs-testlib/neofs_testlib/env/templates/ir.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ fee:
main_chain: 0 # Fixed8 value of extra GAS fee for mainchain contract invocation; ignore if notary is enabled in mainchain

timers:
emit: 240 # Number of sidechain blocks between GAS emission cycles; disabled by default
stop_estimation:
mul: 1 # Multiplier in x/y relation of when to stop basic income estimation within the epoch
div: 4 # Divider in x/y relation of when to stop basic income estimation within the epoch
Expand Down
4 changes: 0 additions & 4 deletions neofs-testlib/neofs_testlib/env/templates/sn.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,6 @@ storage:
blobstor:
- type: peapod
path: {{ shards[0].blobovnicza_path }} # Blobovnicza root directory
depth: 2
width: 4
- type: fstree
path: {{ shards[0].fstree_path }} # FSTree root directory
depth: 2
Expand All @@ -69,8 +67,6 @@ storage:
blobstor:
- type: peapod
path: {{ shards[1].blobovnicza_path }} # Blobovnicza root directory
depth: 2
width: 4
- type: fstree
path: {{ shards[1].fstree_path }} # FSTree root directory
depth: 2
Expand Down

0 comments on commit f84d710

Please sign in to comment.