Commit 6488b2a
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.
Fixes 06da492 ("kola/testiso: test volume ID has OS name prefix").1 parent 3b5f710 commit 6488b2a
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
272 | 272 | | |
273 | 273 | | |
274 | 274 | | |
| 275 | + | |
275 | 276 | | |
276 | 277 | | |
277 | 278 | | |
278 | | - | |
| 279 | + | |
| 280 | + | |
279 | 281 | | |
280 | 282 | | |
281 | 283 | | |
| |||
0 commit comments