nordic-hid: add device test

Added the test for nRF52840-DK board with MCUBoot variant.
Images based on MCUBoot may be used for test automation since this
bootloader type does not have version dependencies.

To prepare the board for testing it should be flashed with MCUBoot
image variant with `nrfjprog` initially.
This commit is contained in:
Denis Pynkin 2021-12-26 21:11:18 +01:00 committed by Richard Hughes
parent dabc9657bc
commit 6fdaeb8f99
2 changed files with 29 additions and 0 deletions

View File

@ -34,6 +34,7 @@ install_data([
'logitech-rqr12-signed.json',
'logitech-rqr24.json',
'logitech-rqr24-signed.json',
'nordic-hid-nrf52840-mcuboot.json',
'realtek-rts5423.json',
'realtek-rts5855.json',
'starlabs-phison-ata.json',

View File

@ -0,0 +1,28 @@
{
"name": "nRF52840 DK (nRF52 Desktop) MCUBoot variant",
"interactive": false,
"steps": [
{
"url": "https://fwupd.org/downloads/839c1a8177b19ef3db5e67f31be92c35a25ae5c7bf431740e6568d5b005313b7-nordic-nrf52840dk-mcuboot-0.0.0_0.cab",
"components": [
{
"version": "0.0.0.0",
"guids": [
"43b38427-fdf5-5400-a23c-f3eb7ea00e7c"
]
}
]
},
{
"url": "https://fwupd.org/downloads/6fb9dcfc1e26a5b0367d0a8a484f93ba156f846c1fb49013f3a934adc964788c-nordic-nrf52840dk-mcuboot-0.0.0_1.cab",
"components": [
{
"version": "0.0.0.1",
"guids": [
"43b38427-fdf5-5400-a23c-f3eb7ea00e7c"
]
}
]
}
]
}