Added CTI Validation Scripts#307
Open
Rohan-in-Qualcomm wants to merge 1 commit intoqualcomm-linux:mainfrom
Open
Added CTI Validation Scripts#307Rohan-in-Qualcomm wants to merge 1 commit intoqualcomm-linux:mainfrom
Rohan-in-Qualcomm wants to merge 1 commit intoqualcomm-linux:mainfrom
Conversation
Contributor
|
@Rohan-in-Qualcomm Please provide a clear commit message explaining the reason for your changes. Also, rebase your patch, as it currently shows commits from others. #304 Please also resolve the issues identified by shelllint and ensure that the execute bit permissions are set correctly. |
5562584 to
2115e04
Compare
vnarapar
reviewed
Mar 13, 2026
vnarapar
reviewed
Mar 13, 2026
vnarapar
reviewed
Mar 13, 2026
vnarapar
reviewed
Mar 13, 2026
vnarapar
reviewed
Mar 13, 2026
vnarapar
reviewed
Mar 13, 2026
vnarapar
reviewed
Mar 13, 2026
vnarapar
reviewed
Mar 13, 2026
vnarapar
reviewed
Mar 13, 2026
vnarapar
reviewed
Mar 13, 2026
vnarapar
reviewed
Mar 13, 2026
vnarapar
reviewed
Mar 13, 2026
vnarapar
reviewed
Mar 13, 2026
Runner/suites/Kernel/DEBUG/CTI-Enable-Disable/CTI-Enable-Disable.yaml
Outdated
Show resolved
Hide resolved
vnarapar
reviewed
Mar 13, 2026
Runner/suites/Kernel/DEBUG/CTI-Enable-Disable/CTI-Enable-Disable.yaml
Outdated
Show resolved
Hide resolved
vnarapar
reviewed
Mar 13, 2026
vnarapar
reviewed
Mar 13, 2026
vnarapar
reviewed
Mar 13, 2026
vnarapar
reviewed
Mar 13, 2026
vnarapar
reviewed
Mar 13, 2026
vnarapar
reviewed
Mar 16, 2026
vnarapar
reviewed
Mar 16, 2026
vnarapar
reviewed
Mar 16, 2026
87f9b75 to
5933833
Compare
Contributor
|
This PR is still 1 commit / 12 files / 4 separate suites. I would recommend to split it. |
0def8dd to
628d802
Compare
This commit adds CTI validation test cases to verify basic enable/disable operations, trigger channel mapping functionality, and sysfs node accessibility across devices. * CTI-Enable-Disable: Validates enable/disable operations on all detected CTI devices and ensures correct state transitions. * CTI-Test: Verifies CTI trigger-in and trigger-out attach/detach functionality. * Node-Access: Ensures all readable CoreSight sysfs nodes can be accessed without failure. Signed-off-by: Rohan Dutta <rohadutt@qti.qualcomm.com>
628d802 to
2d250de
Compare
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.
Added CTI enable/disable, trigger mapping, and sysfs node access tests
This commit adds CTI validation test cases to verify basic enable/disable operations, trigger channel mapping functionality, and sysfs node accessibility across devices.