fwupd/data/device-tests/starlabs-phison-ata.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
352 B
JSON

{
"name": "Star Labs Phison ATA",
"interactive": false,
"steps": [
{
"url": "https://fwupd.org/downloads/af3c38880938de1d86b3ab72f193c975df51868e-SBFM.cab",
"components": [
{
"version": "SBFM61.3",
"guids": [
"a8e0709c-5214-53df-bd41-5faf36394126"
]
}
]
}
]
}