You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
conftest: split vm-type fixtures into require and skip variants
unix_vm, windows_vm, and uefi_vm now call pytest.fail() if the VM is the
wrong type, matching the expectation that these fixtures enforce a
requirement. The new skip_if_not_unix_vm, skip_if_not_windows_vm, and
skip_if_not_uefi_vm fixtures call pytest.skip() instead, for use in
multi-VM jobs where different VMs types are expected and non-matching
ones should be silently skipped rather than failed. So, updated all
multi_vms-annotated classes to use the skip variants. The
markable_fixtures list and jobs.py marker expressions are updated
accordingly.
Signed-off-by: Julian Vetter <julian.vetter@vates.tech>
0 commit comments