fwupd/data/device-tests/fwupd-a3bu-xplained.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
640 B
JSON

{
"name": "LVFS A3BU XPLAINED",
"interactive": false,
"steps": [
{
"url": "https://fwupd.org/downloads/f5bbeaba1037dce31dd12f349e8148ae35f98b61-a3bu-xplained123.cab",
"components": [
{
"version": "1.23",
"guids": [
"80478b9a-3643-5e47-ab0f-ed28abe1019d"
]
}
]
},
{
"url": "https://fwupd.org/downloads/24d838541efe0340bf67e1cc5a9b95526e4d3702-a3bu-xplained124.cab",
"components": [
{
"version": "1.24",
"guids": [
"80478b9a-3643-5e47-ab0f-ed28abe1019d"
]
}
]
}
]
}