JSON configs describe network and node MACs; scenarios run command sequences with expect checks. Share UART client API across CLI and tests. Co-authored-by: Cursor <cursoragent@cursor.com>
14 lines
269 B
JSON
14 lines
269 B
JSON
{
|
|
"id": "example-lab",
|
|
"description": "Example bench — replace MACs and network with your hardware",
|
|
"network": 1,
|
|
"master_mac": "50:78:7d:18:00:10",
|
|
"slaves": [
|
|
{
|
|
"id": "pod-1",
|
|
"mac": "50:78:7d:18:01:10",
|
|
"client_id": 16
|
|
}
|
|
]
|
|
}
|