forked from TrueCloudLab/frostfs-sdk-go
[#37] netmap: Update tests for new sys attributes
Signed-off-by: Denis Kirillov <d.kirillov@yadro.com>
This commit is contained in:
parent
7e6592b28e
commit
df2090c2be
2 changed files with 8 additions and 8 deletions
|
@ -54,7 +54,7 @@ func (x *NodeInfo) readFromV2(m netmap.NodeInfo, checkFieldPresence bool) error
|
|||
return fmt.Errorf("duplicated attbiuted %s", key)
|
||||
}
|
||||
|
||||
const subnetPrefix = "__NEOFS__SUBNET_"
|
||||
const subnetPrefix = "__SYSTEM__SUBNET_"
|
||||
|
||||
switch {
|
||||
case key == attrCapacity:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue