Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
run-all-tests.sh: don't test that the firmware is loaded
Don't run verify-firmware-presence and verify-firmware-load by default. The run-all-tests.sh "harcoded test plan" is a bit of a hack, purely for interactive use. Not used as a test runner by any automation any time soon. When run without firmware the script now fails like this: + sof-test/test-case/verify-pcm-list.sh grep: /proc/asound/cards: No such file or directory For interactive users who forget to load the firmware and have direct access to every log file and everything else this is a good enough error message. This makes testing IPC4 firmware easier as it mitigates issues #841 and #842 Signed-off-by: Marc Herbert <[email protected]>
- Loading branch information