fwupd/data/device-tests/hp-dock-g5.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
712 B
JSON

{
"name": "HP USB-C Dock G5",
"interactive": false,
"steps": [
{
"url": "https://fwupd.org/downloads/eb866447bb755c00e748cce14918dcbfaec0ec123237daefce5876c769c2bf92-HP-USBC_DOCK_G5-V1.0.11.0.cab",
"components": [
{
"version": "1.0.11.0",
"guids": [
"9434f89a-3351-536d-a281-f70203326833"
]
}
]
},
{
"url": "https://fwupd.org/downloads/c15a0df7386812781d1f376fe54729e64f69b2a8a6c4b580914d4f6740e4fcc3-HP-USBC_DOCK_G5-V1.0.13.0.cab",
"components": [
{
"version": "1.0.13.0",
"guids": [
"9434f89a-3351-536d-a281-f70203326833"
]
}
]
}
]
}