Added single sink reset scripts#394
Open
Rohan-in-Qualcomm wants to merge 1 commit into
Open
Conversation
ebc9fff to
128a13f
Compare
Signed-off-by: Rohan Dutta <rohadutt@qti.qualcomm.com>
128a13f to
ae7d063
Compare
smuppand
requested changes
Jun 7, 2026
smuppand
left a comment
Contributor
There was a problem hiding this comment.
This PR depends on #389, so I suggest keeping it blocked until the common CoreSight helper API is finalized.
After #389 lands, please rebase this PR and reuse the shared helper for source/sink setup, single-sink reset, trace readback, cleanup, and result reporting.
The single-sink reset coverage is useful, but it should share the same discovery and cleanup path as the rest of the CoreSight tests.
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.
Single-Sink-Reset-Base: Repeatedly enable an active source and a single sink, reset CoreSight, and verify the sink consistently disables under load.
Single-Sink-Reset-Connected-Base: Stress test sink reset behavior with an actively connected STM source and verify recovery via successful trace read.
Dependency PR: This PR depends on PR #389 and should be merged after it.