eth2.0-specs/tests/formats/networking/get_custody_columns.md

15 lines
500 B
Markdown
Raw Normal View History

2024-04-23 12:20:16 +00:00
# `get_custody_columns` tests
`get_custody_columns` tests provide sanity check of the correctness of `get_custody_columns` helper.
2024-04-23 12:20:16 +00:00
## Test case format
### `meta.yaml`
```yaml
description: string -- optional: description of test case, purely for debugging purposes.
2024-05-07 12:59:43 +00:00
node_id: int -- argument: the NodeID input.
2024-04-23 12:20:16 +00:00
custody_subnet_count: int -- argument: the count of custody subnets.
result: list of int -- output: the list of resulting column indices.
```