Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions test-case/check-kmod-load-unload.sh
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,7 @@ do
die "Found error(s) in kernel log after module insertion"

dlogi "checking if firmware is loaded successfully"
# Check every 1s for 10s
if poll_wait_for 1 10 sof_firmware_boot_complete --since=@"$KERNEL_CHECKPOINT"; then
if poll_wait_for 1 "$MAX_WAIT_FW_LOADING" sof_firmware_boot_complete --since=@"$KERNEL_CHECKPOINT"; then
grep_firmware_info_in_logs --since=@"$KERNEL_CHECKPOINT"
else
die "Failed to load firmware after module insertion"
Expand Down