Closed marc-hb closed 6 months ago
Provide a new, boot_logs.txt file no matter what happens. Note that file now includes user-space logs, not just kernel logs.
Also: fix bug where script times out and does not run when the SOF firmware is not loaded: no need to define NO_POLL_FW_LOADING anymore.
The trick is to stop calling start_test(). verify-kernel-boot-log.sh is not an audio test!
start_test()
Fixes sof-test issues #1036 and #1112, find more details there.
Wow, ALL hardware tests are 100% green!
The new boot_log.txt file is present in all of them.
boot_log.txt
Provide a new, boot_logs.txt file no matter what happens. Note that file now includes user-space logs, not just kernel logs.
Also: fix bug where script times out and does not run when the SOF firmware is not loaded: no need to define NO_POLL_FW_LOADING anymore.
The trick is to stop calling
start_test()
. verify-kernel-boot-log.sh is not an audio test!Fixes sof-test issues #1036 and #1112, find more details there.