Uh oh!
There was an error while loading. Please reload this page.
volume-basic-test.sh: catch amixer failures and log all controls - #1074
Conversation
Partial fix for thesofproject#312 Signed-off-by: Marc Herbert <marc.herbert@intel.com>
This (1) provides some logging (2) avoids skip_test if amixer fails Signed-off-by: Marc Herbert <marc.herbert@intel.com>
https://sof-ci.01.org/softestpr/PR1074/build531/devicetest/index.html and https://sof-ci.01.org/softestpr/PR1074/build532/devicetest/index.html have only suspend/resume failures. Just 1 suspend/resume failure in https://sof-ci.01.org/softestpr/PR1074/build530/devicetest/index.html The test is still SKIP in https://sof-ci.01.org/softestpr/PR1074/build530/devicetest/index.html?model=TGLU_RVP_NOCODEC_IPC4ZPH&testcase=volume-basic-test but thanks to this PR now we can see why and make sure amixer did not fail |
marc-hb
commented
Jun 30, 2023
This is the more "cosmetic" subset of #1068 which requires more discussion - while this one can hopefully be expedited. |
keqiaozhang
left a comment
There was a problem hiding this comment.
A very small change and can catch the corner case when amixer fails. LGTM.
This (1) provides some logging (2) avoids
skip_testif amixer fails