Skip to content

Commit

Permalink
run-all-tests.sh: don't test that the firmware is loaded
Browse files Browse the repository at this point in the history
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
marc-hb committed Feb 2, 2022
1 parent 1fcfd41 commit 7ce5bcb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test-case/run-all-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ very_short_tests()


testlist="
firmware-presence
firmware-load
tplg-binary
pcm_list
sof-logger
Expand Down

0 comments on commit 7ce5bcb

Please sign in to comment.