forked from TrueCloudLab/frostfs-node
[#1382] policer: Replace deprecated methods
Signed-off-by: Dmitrii Stepanov <d.stepanov@yadro.com>
This commit is contained in:
parent
b807d8c400
commit
1e7f9909da
3 changed files with 3 additions and 3 deletions
|
@ -174,7 +174,7 @@ func TestProcessObject(t *testing.T) {
|
|||
nodes[i].SetPublicKey([]byte{byte(i)})
|
||||
}
|
||||
for _, i := range ti.maintenanceNodes {
|
||||
nodes[i].SetMaintenance()
|
||||
nodes[i].SetStatus(netmap.Maintenance)
|
||||
}
|
||||
|
||||
var policy netmap.PlacementPolicy
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue