fwupd/data/device-tests/fwupd-at90usbkey.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

29 lines
631 B
JSON

{
"name": "LVFS AT90USBKEY",
"interactive": false,
"steps": [
{
"url": "https://fwupd.org/downloads/b6bef375597e848971f230cf992c9740f7bf5b92-at90usbkey123.cab",
"components": [
{
"version": "1.23",
"guids": [
"c1874c52-5f6a-5864-926d-ea84bcdc82ea"
]
}
]
},
{
"url": "https://fwupd.org/downloads/47807fd4a94a4d5514ac6bf7a73038e00ed63225-at90usbkey124.cab",
"components": [
{
"version": "1.24",
"guids": [
"c1874c52-5f6a-5864-926d-ea84bcdc82ea"
]
}
]
}
]
}