fwupd/data/device-tests/synaptics-prometheus.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
420 B
JSON

{
"name": "Prometheus Fingerprint Reader",
"interactive": false,
"steps": [
{
"url": "https://fwupd.org/downloads/7c260a13ea6df444f7a1fa8fa2bf431876a8c7203b6aeac371564aad30756ff1-Synaptics-Prometheus-10.01.3121519.cab",
"components": [
{
"version": "10.01.3121519",
"guids": [
"8088f861-6318-5b1e-9ce4-fbddbedb09ac"
]
}
]
}
]
}