From f84d710b734f9703e93c90484acd0c7828d6c0c2 Mon Sep 17 00:00:00 2001 From: Andrey Butusov Date: Tue, 5 Nov 2024 13:31:11 +0300 Subject: [PATCH] config: fix `sn` and `ir` configs templates Because of https://github.com/nspcc-dev/neofs-node/pull/2981, now the config is being validated, and some fields need to be corrected in the tests. Signed-off-by: Andrey Butusov --- neofs-testlib/neofs_testlib/env/templates/ir.yaml | 1 - neofs-testlib/neofs_testlib/env/templates/sn.yaml | 4 ---- 2 files changed, 5 deletions(-) diff --git a/neofs-testlib/neofs_testlib/env/templates/ir.yaml b/neofs-testlib/neofs_testlib/env/templates/ir.yaml index fbab8fc2f..ba87edb78 100644 --- a/neofs-testlib/neofs_testlib/env/templates/ir.yaml +++ b/neofs-testlib/neofs_testlib/env/templates/ir.yaml @@ -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 diff --git a/neofs-testlib/neofs_testlib/env/templates/sn.yaml b/neofs-testlib/neofs_testlib/env/templates/sn.yaml index 391acc0d8..c90411743 100644 --- a/neofs-testlib/neofs_testlib/env/templates/sn.yaml +++ b/neofs-testlib/neofs_testlib/env/templates/sn.yaml @@ -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 @@ -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