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

31 lines
835 B
JSON

{
"name": "Logitech M650",
"interactive": false,
"steps": [
{
"url": "https://fwupd.org/downloads/d2708955692a7d774839e1952734f70347ae6e4ead0b31f2cf8093c9214f12b6-Logitech-RBM16-RBM16.00_B0009.cab",
"components": [
{
"version": "RBM16.00_B0009",
"protocol": "com.logitech.unifyingsigned",
"guids": [
"bb3fe644-ed3c-55a4-a506-191e65974b04"
]
}
]
},
{
"url": "https://fwupd.org/downloads/422d8c719d859b4ef321d95aa9e21f8d0d899ac924b9ca3ed76b1d745224e8e4-Logitech-RBM16-RBM16.00_B0010.cab",
"components": [
{
"version": "RBM16.00_B0010",
"protocol": "com.logitech.unifyingsigned",
"guids": [
"bb3fe644-ed3c-55a4-a506-191e65974b04"
]
}
]
}
]
}