-
Notifications
You must be signed in to change notification settings - Fork 48
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
Volume tests are all SKIP with topology v2 (grep PGA) #1069
Labels
P0 urgent
Call for attention for urgent issues
P1
Blocker bugs or important features
type:test coverage gap
This requires a new test case, not just fixing one
Comments
marc-hb
added
P1
Blocker bugs or important features
type:test coverage gap
This requires a new test case, not just fixing one
labels
Jun 27, 2023
marc-hb
changed the title
Volume tests are all SKIP with topology v2
Volume tests are all SKIP with topology v2 (grep PGA)
Sep 27, 2023
marc-hb
added a commit
to marc-hb/sof-test
that referenced
this issue
May 13, 2024
Until now this test was "screen-scraping" amixer output. This was not compatible with v2 topologies which means the test was always SKIP for everything developped on the main branch. Switch to parsing topologies to extract volume kcontrols. Fixes: thesofproject#1069, see also discussion in earlier attempt thesofproject#1068. Signed-off-by: Marc Herbert <[email protected]>
This was referenced May 13, 2024
marc-hb
added a commit
to marc-hb/sof-test
that referenced
this issue
May 14, 2024
Until now this test was "screen-scraping" amixer output. This was not compatible with v2 topologies which means the test was always SKIP for everything developped on the main branch. Switch to parsing topologies to extract volume kcontrols. Fixes: thesofproject#1069, see also discussion in earlier attempt thesofproject#1068. Signed-off-by: Marc Herbert <[email protected]>
marc-hb
added a commit
to marc-hb/sof-test
that referenced
this issue
May 14, 2024
Until now this test was "screen-scraping" amixer output. This was not compatible with v2 topologies which means the test was always SKIP for everything developped on the main branch. Switch to parsing topologies to extract volume kcontrols. Fixes: thesofproject#1069, see also discussion in earlier attempt thesofproject#1068. Signed-off-by: Marc Herbert <[email protected]>
marc-hb
added a commit
to marc-hb/sof-test
that referenced
this issue
May 14, 2024
Until now this test was "screen-scraping" amixer output. This was not compatible with v2 topologies which means the test was always SKIP for everything developped on the main branch. Switch to parsing topologies to extract volume kcontrols. Fixes: thesofproject#1069, see also discussion in earlier attempt thesofproject#1068. Signed-off-by: Marc Herbert <[email protected]>
marc-hb
added a commit
that referenced
this issue
May 20, 2024
Until now this test was "screen-scraping" amixer output. This was not compatible with v2 topologies which means the test was always SKIP for everything developped on the main branch. Switch to parsing topologies to extract volume kcontrols. Fixes: #1069, see also discussion in earlier attempt #1068. Signed-off-by: Marc Herbert <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
P0 urgent
Call for attention for urgent issues
P1
Blocker bugs or important features
type:test coverage gap
This requires a new test case, not just fixing one
volume-basic-test.sh, check-volume-levels.sh and maybe others have always been testing only the controls with "PGA" in the name. According to @ranj063 , that "PGA" keyword is gone in topology v2. So these tests don't do anything any more, they just SKIP.
Example: https://sof-ci.01.org/sofpr/PR7854/build10005/devicetest all SKIP
Prototype fix and discussion:
volume-basic-test.sh: don't skip "playback volume" controls #1068
These volume tests are not even part of the MTL test plan at all right now https://sof-ci.01.org/sofpr/PR7854/build10004/devicetest
The text was updated successfully, but these errors were encountered: