From 682cf408fb532491efc0874e7876aeb9685d04cc Mon Sep 17 00:00:00 2001 From: Richard Hughes Date: Tue, 21 Feb 2023 13:47:12 +0000 Subject: [PATCH] trivial: Add device tests for the CalDigit TS4 USB-4 device --- data/device-tests/caldigit-ts4-tbt.json | 28 +++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 data/device-tests/caldigit-ts4-tbt.json diff --git a/data/device-tests/caldigit-ts4-tbt.json b/data/device-tests/caldigit-ts4-tbt.json new file mode 100644 index 000000000..c95f9a085 --- /dev/null +++ b/data/device-tests/caldigit-ts4-tbt.json @@ -0,0 +1,28 @@ +{ + "name": "CalDigit Element Hub", + "interactive": false, + "steps": [ + { + "url": "https://fwupd.org/downloads/e903db0409f07995f74d5fbf47a18ec8b87eb936f98412e04fb33577444fb2ac-CalDigit-TS4_TBT38.cab", + "components": [ + { + "version": "38.0", + "guids": [ + "6c67279d-c348-5610-a7ee-0f97836a898d" + ] + } + ] + }, + { + "url": "https://fwupd.org/downloads/78f0eb25da781a88a2a9a1191a32b6c7f8c8a61664a42dcb6b156a1b87d525e4-CalDigit-TS4_TBT39.cab", + "components": [ + { + "version": "39.82", + "guids": [ + "6c67279d-c348-5610-a7ee-0f97836a898d" + ] + } + ] + } + ] +}