git.frostfs.info/TrueCloudLab/frostfs-sdk-go@v0.0.0-20241022124111-5361f0ecebd3/netmap/yml_tests/rep_only.yml (about) 1 name: REP X 2 nodes: 3 - publicKey: '' 4 addresses: [] 5 attributes: 6 - key: City 7 value: Saint-Petersburg 8 parents: [] 9 state: UNSPECIFIED 10 - publicKey: '' 11 addresses: [] 12 attributes: 13 - key: City 14 value: Moscow 15 parents: [] 16 state: UNSPECIFIED 17 - publicKey: '' 18 addresses: [] 19 attributes: 20 - key: City 21 value: Berlin 22 parents: [] 23 state: UNSPECIFIED 24 - publicKey: '' 25 addresses: [] 26 attributes: 27 - key: City 28 value: Paris 29 parents: [] 30 state: UNSPECIFIED 31 tests: 32 REP 1: 33 policy: 34 replicas: 35 - count: 1 36 containerBackupFactor: 0 37 selectors: [] 38 filters: [] 39 result: 40 - - 0 41 - 1 42 - 2 43 REP 3: 44 policy: 45 replicas: 46 - count: 3 47 containerBackupFactor: 0 48 selectors: [] 49 filters: [] 50 result: 51 - - 0 52 - 3 53 - 1 54 - 2 55 REP 5: 56 policy: 57 replicas: 58 - count: 5 59 containerBackupFactor: 0 60 selectors: [] 61 filters: [] 62 result: 63 - - 0 64 - 1 65 - 2 66 - 3