-
Notifications
You must be signed in to change notification settings - Fork 907
[pentest] Add crypto version #28620
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] Add crypto version #28620
Conversation
|
This is the integration of #28550 in the pentest framework |
e0bb188 to
e460335
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.
Thanks Siemen.
Would it be possible to split this PR in a refactor and a CL versioning commit?
5ed2f5f to
cbc9a58
Compare
Thanks Pascal, this is split up now |
Source format the python files in host penetrationtests. Signed-off-by: Siemen Dhooghe <[email protected]>
cbc9a58 to
ea7784c
Compare
ea7784c to
7c8c24f
Compare
|
Example version output is: CRYPTO version 000007f4, released false, hash 5d6115a |
Add the version of the crypto library to the pentest framework's readout for the crypto related init functions. In order to have the latest git hash be printed as the version, all commands or tests should be run with the --stamp flag in the Bazel command. Signed-off-by: Siemen Dhooghe <[email protected]>
7c8c24f to
4bf2713
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.
Thanks Siemen, the output looks correct to me.
Add the version of the crypto library to the pentest framework's readout for the crypto related init functions.