fwupd/plugins/test
Richard Hughes 99df74f0c2 Add API to wait for a device
This allows us to ignore all the delays when the device is emulated, with the
idea being to do dozens of device emulations in the CI tests.

Also, do not call fu_progress_sleep() when the device is emulated.
2023-02-01 09:42:08 +00:00
..
fu-test-ble-device.c Show devices that are updatable and payload signing is still unknown 2022-03-02 15:33:42 +00:00
fu-test-ble-device.h trivial: reformat the whole tree to match new format 2021-08-24 11:18:40 -05:00
fu-test-ble-plugin.c trivial: Fix up a plugin method name 2022-12-10 14:42:30 +00:00
fu-test-ble-plugin.h Build many more plugins as builtin 2022-09-28 17:01:23 +01:00
fu-test-plugin.c Add API to wait for a device 2023-02-01 09:42:08 +00:00
fu-test-plugin.h Build many more plugins as builtin 2022-09-28 17:01:23 +01:00
meson.build Do not check the build hash of modular plugins 2022-09-30 14:19:56 +01:00
README.md Include the plugin README text in the generated docs 2023-01-10 14:58:30 +00:00
test-ble.quirk Simplify the quirk file format 2021-03-03 08:30:34 +00:00

title: Plugin: Test

Introduction

This plugin is used when running the self tests in the fwupd project.

GUID Generation

The devices created by this plugin use hardcoded GUIDs that do not correspond to any kind of DeviceInstanceId values.

In other cases devices use the standard BLE DeviceInstanceId values, e.g.

  • USB\VID_2DC8&PID_AB11

Vendor ID Security

The fake device is only for local testing and thus requires no vendor ID set.

External Interface Access

This plugin requires no extra access.