Dasharo / open-source-firmware-validation

OSFV infrastructure with automated tests and scripts for managing test results
Apache License 2.0
7 stars 1 forks source link

SD card reader tests can't find SD card on NS70MU #197

Closed mkopec closed 2 months ago

mkopec commented 7 months ago

Device

NovaCustom NS70MU

RTE version

n/a

Affected component(s) or functionality

SD card reader tests

Brief summary

SD card reader tests only look for sdX devices (sda, sdb etc). This is invalid for most builtin SD card readers which enumerate SD cards as mmcblkX

How reproducible

100%

How to reproduce

run SDC001.001 on NS70MU

Expected behavior

test finds the inserted SD card

Actual behavior

test fails despite a card being inserted

Link to screenshots or logs

image

Additional context

Test also looks for a specific device name, ideally it wouldn't depend on that

SD card read/write tests already work fine

Solutions you've tried

No response

filipleple commented 2 months ago

Issue resolved by this PR.

Log available here.