fwupd/data/device-tests/logitech-m750.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
400 B
JSON

{
"name": "Logitech M750",
"interactive": false,
"steps": [
{
"url": "https://fwupd.org/downloads/8e67c3eb84a6a52c39980eea7e048b723554af2c3604c72a33994d4ecf5e6c14-Logitech-RBM18-RBM18.00_B0010.cab",
"components": [
{
"version": "RBM18.00_B0010",
"guids": [
"b0904956-9081-5ce4-9490-bee057a2d577"
]
}
]
}
]
}