fwupd/data/device-tests/realtek-rts5855.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
626 B
JSON

{
"name": "Realtek RTS5855 Webcam",
"interactive": false,
"steps": [
{
"url": "https://fwupd.org/downloads/ff989c4b71c92a4a217dfb2f82c1c87691b8eb31-rts5855_v0.4.cab",
"components": [
{
"version": "0.4",
"guids": [
"9829f051-47f5-55e7-87dc-a49cf55602e2"
]
}
]
},
{
"url": "https://fwupd.org/downloads/ed5c411d6b74c363209f408f87618fa5c31b50ab-v0.3.cab",
"components": [
{
"version": "0.3",
"guids": [
"9829f051-47f5-55e7-87dc-a49cf55602e2"
]
}
]
}
]
}