-
Notifications
You must be signed in to change notification settings - Fork 17
[For testing, do not merge] debos: rootfs: Install optee-test #162
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
base: main
Are you sure you want to change the base?
Conversation
(Cool!) optee-test doesn't seem to exist in trixie, I think that's the name of the source package; perhaps optee-test-qemu is what you want? Can you share how one runs these tests? :-) |
Thanks @lool for your comments, I was just going to ping you.
Okay I will try that instead.
These tests are for OP-TEE based boot firmware stack. Look here [1] for TF-A documentation as to how we are bringing OP-TEE support on RB3Gen2. Command to run tests:
[1] https://github.com/qualcomm-linux/trusted-firmware-a/blob/qcom-next/docs/plat/qti/rb3gen2.rst |
8b34501
to
23eaf4b
Compare
Test jobs for commit 23eaf4b |
These are the files in optee-test-qemu: |
OP-TEE packages and xtest allows to perform regression testing. Signed-off-by: Sumit Garg <[email protected]>
23eaf4b
to
5349c72
Compare
Looks like that wasn't sufficient alone as I thought it would have brought the dependencies automatically. Added other required packages too. |
Indeed, the lack of dependency might be a bug in that test package! |
Test jobs for commit 5349c72 |
optee-test allows to perform OP-TEE regression testing.