fwupd/data/device-tests/broadcom-bcm5719.json
Richard Hughes 9d37e447a1 Convert the device test script to a fwupdmgr subcommand
This allows us to do a few things:

 * Remove the runtime dep on Python 3, which is tricky for ChromeOS
 * Test composite devices more efficiently, only writing once per test
 * Automatically upload signed reports for successful device tests.
2021-09-16 15:01:36 +01:00

18 lines
381 B
JSON

{
"name": "NetXtreme BCM5719",
"interactive": false,
"steps": [
{
"url": "https://fwupd.org/downloads/dfbb6529d3f7051497cc7e736848b5b6e276ff93b39bc765948663606dc87c25-bcm5719-0.4.44.cab",
"components": [
{
"version": "0.4.44",
"guids": [
"ec5b8a9e-973b-58cc-935b-8322fabaebe9"
]
}
]
}
]
}