Re: [RFC PATCH] tests/functional: Generic method to check required devices availability

2025-04-13 Thread Thomas Huth
On 19/02/2025 15.24, Philippe Mathieu-Daudé wrote: Not all binaries contain the same set of devices. Since some tests depend on specific devices, we need to check their availability in the binary. QemuSystemTest::require_device() allows for system tests to explicitly check for a particular devic

[RFC PATCH] tests/functional: Generic method to check required devices availability

2025-02-19 Thread Philippe Mathieu-Daudé
Not all binaries contain the same set of devices. Since some tests depend on specific devices, we need to check their availability in the binary. QemuSystemTest::require_device() allows for system tests to explicitly check for a particular device. Add a similar check_required_devices() method whic