Closed dshcherb closed 7 years ago
Doing udevadm info <devnode> on a virtio-scsi device does not return ID_ATA_ROTATION_RATE_RPM property.
udevadm info <devnode>
It does not mean that we cannot detect a MediaType and proceed with using that device.
Since using virual devices is useful for testing purposes, this change is about adding a new "Virtual" MediaType based upon a vendor id:
ID_VENDOR=QEMU
Coverage remained the same at 0.0% when pulling f9075da882e2bd66029694b20787c882888c151a on dshcherb:master into 596f8f6eb8cdbfbddd8e8f8cd677becf7c917c9d on cholcombe973:master.
Doing
udevadm info <devnode>
on a virtio-scsi device does not return ID_ATA_ROTATION_RATE_RPM property.It does not mean that we cannot detect a MediaType and proceed with using that device.
Since using virual devices is useful for testing purposes, this change is about adding a new "Virtual" MediaType based upon a vendor id:
ID_VENDOR=QEMU