-
Notifications
You must be signed in to change notification settings - Fork 59
check-kmod-load-unload: remove hard-coded 10s timeout #1044
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
We already have a parameter for boot timeouts, let's use it. This enables kmod tests on MTL RVP. Closes: thesofproject#1037 Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
|
I think this is OK but looking in the test logs in https://sof-ci.01.org/softestpr/PR1044/build381/devicetest/index.html?model=CML_HEL_RT5682&testcase=check-kmod-load-unload and many others I think I found a bug in @fred09's fceeee0 : that commit has no |
|
ah, that's right, this is critical bug in deed. |
|
Not sure if it's related but there's a weird result in https://sof-ci.01.org/linuxpr/PR4385/build5199/devicetest/index.html?model=CML_RVP_SDW&testcase=check-kmod-load-unload-after-playback. Somehow we already use the 70s even though this PR has not been merged. I can't figure this one out. |
This is simply because commit fceeee0 runs ONCE, BEFORE EVERY test - including once before check-kmod-load-unload. The test had not really started yet in the logs you pointed at. |
|
I will work on this, will provide a fix or ETA in this afternoon |
fredoh9
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good.
I was able to test kmod on MTL with #1057
|
This can be merged after |
|
SOFCI TEST |
|
Unrelated suspend/resume failures in https://sof-ci.01.org/softestpr/PR1044/build505/devicetest/index.html, everything else green. |
We already have a parameter for boot timeouts, let's use it. This enables kmod tests on MTL RVP.
Closes: #1037