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
kola/testiso: make volume ID test arch-independent
The actual backing device used for the live ISO is arch-dependent. For
example on aarch64, it actually just looks like another virtio disk
(e.g. `/dev/vdb`).
But we know that it must be mounted at `/run/media/iso`, so key off of
that instead to find the backing device.
While we're here, constrain this check to tests that actually mount the
live ISO.
Fixes 06da492 ("kola/testiso: test volume ID has OS name prefix").
0 commit comments