diff options
| author | hathach <[email protected]> | 2026-06-18 17:09:12 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2026-06-18 17:15:50 +0700 |
| commit | 8d6e3c2dcd6902f834df9eed4d8e2d582dace673 (patch) | |
| tree | eeb3ec21c3ba8a71bb569e7a975d663d428af71c /examples | |
| parent | 941d63e39a529593ee86caf7ea85e04839680d59 (diff) | |
test/hil: fail audio test on missing alsa-utils instead of skipping
arecord (alsa-utils) is a documented HIL host requirement, like
mtools/libmtp9/iperf — none of which have a skip-if-missing guard. The
audio test was the exception: it silently returned 'skipped' when arecord
was absent, masking host misconfiguration. The ci.lan rig had been
silently skipping device/audio_test_freertos on every board because
alsa-utils was never installed.
Remove the shutil.which('arecord') guard so a missing package surfaces as
a failure, consistent with the other tool-dependent tests, and drop the
now-unused shutil import. Note in the host-setup comment that these
packages are required (a missing tool fails its test rather than skipping).
Co-Authored-By: Claude Opus 4.8 (1M context) <[email protected]>
Diffstat (limited to 'examples')
0 files changed, 0 insertions, 0 deletions
