dracut/test/TEST-35-ISCSI-MULTI
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 testsuite: refactor qemu options 2020-02-28 12:53:42 +01:00
client-init.sh ci: use /dev/disk/by-id 2021-04-22 02:55:31 +02:00
create-client-root.sh ci: use /dev/disk/by-id 2021-04-22 02:55:31 +02:00
create-server-root.sh ci: use /dev/disk/by-id 2021-04-22 02:55:31 +02:00
dhcpd.conf testsuite: refactor qemu options 2020-02-28 12:53:42 +01:00
finished-false.sh testsuite: refactor qemu options 2020-02-28 12:53:42 +01:00
hard-off.sh testsuite: refactor qemu options 2020-02-28 12:53:42 +01:00
hosts testsuite: refactor qemu options 2020-02-28 12:53:42 +01:00
server-init.sh ci: use disk ids for TEST 35 ISCSI MULTI 2021-04-19 22:32:00 +02:00
test.sh ci: use /dev/disk/by-id 2021-04-22 02:55:31 +02:00