dracut/test/TEST-03-USR-MOUNT
Harald Hoyer b80ee08093 ci: use /dev/disk/by-id
Due to parallel probing of the linux kernel `/dev/sd*` can't be used to
reliably address a hard disk. This can be seen by the many spurious
failures of the dracut CI, where `mdadm` failed with error 524 or tests
failed due to the success marker message written to the wrong disk.

* don't rely on `/dev/sd*` but use disk ids and `/dev/disk/by-id/ata-disk_<name>`

* specify the exact qemu machine architecture `-M q35` needed for the
  disk ids. A later patch will move this to `run-qemu`, when all tests are converted

* due to `-M q35` the interface names have changed from
  `ens2` -> `enp0s1` and `ens3` -> `enp0s2`
2021-04-22 02:55:31 +02:00
..
Makefile
create-root.sh ci: use /dev/disk/by-id 2021-04-22 02:55:31 +02:00
finished-false.sh
fstab ci: use /dev/disk/by-id 2021-04-22 02:55:31 +02:00
hard-off.sh
test-init.sh ci: use /dev/disk/by-id 2021-04-22 02:55:31 +02:00
test.sh ci: use /dev/disk/by-id 2021-04-22 02:55:31 +02:00