On 26/09/2025 07.15, Gustavo Romero wrote:
Add a decorator to skip tests on missing env variable(s). Multiple
variable names can be provided and if one or more of them are not set in
the test environment the test is skipped and the missing vars are
printed out.
Signed-off-by: Gustavo Romero <[email protected]>
---
tests/functional/qemu_test/__init__.py | 3 ++-
tests/functional/qemu_test/decorators.py | 18 ++++++++++++++++++
2 files changed, 20 insertions(+), 1 deletion(-)
Reviewed-by: Thomas Huth <[email protected]>