-
Notifications
You must be signed in to change notification settings - Fork 772
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
[pentest] Move SCA lib into pentest lib #24599
Conversation
ddf29b2
to
88c6fe6
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.
I compiled the pentest firmware from this branch and the ujson
hardware triggers seem to work now. 👍
88c6fe6
to
654df62
Compare
Could I please get an approval for this? |
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.
The changes look good to me @nasahlpa , sorry I forgot about this one.
Since the PR is over a month old now, would you mind rebasing and repushing this to re-trigger CI, please?
Currently, we have the SCA lib that is used for the old simpleserial based SCA/FI tests (sw/device/sca) and the new pentest lib that is used for the uJSON based pentest framework (sw/device/tests/penetrationtests). As in the longerm we want to get rid of the old simpleserial framework, this commit merges these two libraries and moves it into the new pentest framework. Moreover, the sca_ suffix is replaced with pentest_. A cleanup of these functions will be conducted once the simpleserial framework is removed. Signed-off-by: Pascal Nasahl <[email protected]>
Thanks for the review, @vogelpi. Tests after a rebase are passing, merging now. |
Currently, we have the SCA lib that is used for the old simpleserial based SCA/FI tests (sw/device/sca) and the new pentest lib that is used for the uJSON based pentest framework (sw/device/tests/penetrationtests).
As in the longerm we want to get rid of the old simpleserial framework, this commit merges these two libraries and moves it into the new pentest framework.
A cleanup of these functions will be conducted once the simpleserial framework is removed.