fix: residency-time-test: Check number of pc10 state entries#1354
Merged
Conversation
ekurdybx
force-pushed
the
socwatch-test-fix
branch
2 times, most recently
from
March 17, 2026 13:30
f553843 to
ef99326
Compare
ekurdybx
marked this pull request as ready for review
March 18, 2026 09:42
ekurdybx
requested review from
a team,
golowanow,
lgirdwood and
marc-hb
as code owners
March 18, 2026 09:42
marc-hb
reviewed
Mar 18, 2026
| # unload socwatch module | ||
| sudo bash "$SOCWATCH_PATH"/drivers/rmmod-socwatch | ||
|
|
||
| if [ "$pc10_achieved" = true ]; then |
Collaborator
There was a problem hiding this comment.
When this is a local variable that you have full control on:
Suggested change
| if [ "$pc10_achieved" = true ]; then | |
| if "$pc10_achieved"; then |
ekurdybx
force-pushed
the
socwatch-test-fix
branch
2 times, most recently
from
March 20, 2026 11:14
bb588b2 to
2d9bb2b
Compare
PLangowski
approved these changes
Mar 23, 2026
Check how many times PC10 states was achieved and pass/fail test accordingly. Signed-off-by: Emilia Kurdybelska <emiliax.kurdybelska@intel.com>
ekurdybx
force-pushed
the
socwatch-test-fix
branch
from
March 24, 2026 12:04
2d9bb2b to
d12087c
Compare
majunkier
approved these changes
Mar 24, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Check how many times PC10 states was achieved and pass/fail test accordingly.