Commit 6b8ce23
committed
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").1 parent 3b5f710 commit 6b8ce23
1 file changed
+4
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
272 | 272 | | |
273 | 273 | | |
274 | 274 | | |
| 275 | + | |
| 276 | + | |
275 | 277 | | |
276 | 278 | | |
277 | 279 | | |
278 | | - | |
| 280 | + | |
| 281 | + | |
279 | 282 | | |
280 | 283 | | |
281 | 284 | | |
| |||
0 commit comments