sushy-tools/sushy_tools/tests/unit/emulator/resources
Mat Kowalski 7132acd8c1
Use /dev/sdx instead of /dev/sdc when mounting boot images
Currently when mounting cdrom device we are hardcoding use of /dev/sdc.
Given that in some scenarios users may want to attach additional disks
to their VMs, it means they need to be aware that using /dev/sdc is not
permitted if e.g. there is an inspector image mounted as Virtual Media.

In order to simplify the usage we are instead mounting boot devices as
/dev/sdx so that users have a freedom of creating block devices without
discontinuous names.

Change-Id: Ifd072ca6e0a88da138d9ef7140499faca1705c46
2021-05-26 15:31:35 +02:00
..
systems Use /dev/sdx instead of /dev/sdc when mounting boot images 2021-05-26 15:31:35 +02:00
__init__.py Rename `drivers` to `resources/systems` 2019-06-11 12:00:52 +02:00
test_chassis.py Flatten the emulator resources 2020-08-06 12:52:12 +02:00
test_drives.py Remove six leftovers 2020-11-09 12:24:30 +01:00
test_indicators.py Flatten the emulator resources 2020-08-06 12:52:12 +02:00
test_managers.py Remove six leftovers 2020-11-09 12:24:30 +01:00
test_storage.py Remove six leftovers 2020-11-09 12:24:30 +01:00
test_vmedia.py Allow non-verified HTTPS sources for virtualmedia 2021-05-14 17:42:29 +02:00
test_volumes.py Flatten the emulator resources 2020-08-06 12:52:12 +02:00