Files
sankofa-hw-infra/data/inspection-checklists/nics.json
defiQUG 93df3c8c20
Some checks failed
CI / lint-and-test (push) Has been cancelled
Initial commit: add .gitignore and README
2026-02-09 21:51:50 -08:00

10 lines
272 B
JSON

{
"category": "nic",
"name": "NIC inspection",
"steps": [
{ "id": "pci_id", "label": "PCI IDs", "required": true },
{ "id": "firmware", "label": "Firmware version", "required": false },
{ "id": "link_test", "label": "Link test", "required": true }
]
}