-
Notifications
You must be signed in to change notification settings - Fork 21
Added Shmbridgee Validation Test script and README #96
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
Conversation
6b80dd8
to
b1f73e9
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If you intend to validate only config checks and dmesg logs for qcom_scm entries, then it's better to write an additional test instead of removing the existing logic using utils.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We need a few additional minor changes, as well as some clarification regarding the probe failure check.
212e8aa
to
3416581
Compare
@Sai-teja573 - Have there been any decisions about reverting to the original test rather than removing it? |
After discussions and confirmation from the TZ tech team, we've decided not to revert to the original test. The current logic is sufficient, as it functions as a complete upstream driver. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
db41fad
to
79d600d
Compare
f41bdbe
to
9bc784a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Minor changes still required.
9bc784a
to
a3ddbb2
Compare
Introduced the Shmbridge Validation Test to verify QCOM_SCM support on target devices. This commit includes: - A shell script that checks kernel config and dmesg logs for QCOM_SCM presence and probe status. - A README with usage instructions, prerequisites, and result criteria. This enhances automated validation of Shmbridge functionality in the kernel test suite. Signed-off-by: Sai-teja573 <[email protected]>
a3ddbb2
to
d67344b
Compare
This pull request has been marked as stale due to 30 days of inactivity. To prevent automatic closure in 7 days, remove the stale label or add a comment. You can reopen a closed pull request at any time. |
This commit introduces the Shmbridge Validation Test, which verifies the presence and initialization of the QCOM_SCM interface on the target device.
Included in this commit:
This addition enables automated validation of shmbridge functionality as part of the kernel test suite.