Skip to content
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

test_esapi: use tr_from_tpmpublic with NV index #311

Conversation

niooss-ledger
Copy link
Contributor

In order to read a NV index from a "TPM index", the function tr_from_tpmpublic needs to be used first. Add such a use-case in the test suite.

This was discussed in #298.

In order to read a NV index from a "TPM index", the function
`tr_from_tpmpublic` needs to be used first. Add such a use-case in the
test suite.

This was discussed in tpm2-software#298.

Signed-off-by: Nicolas Iooss <[email protected]>
@codecov
Copy link

codecov bot commented Jan 6, 2022

Codecov Report

Merging #311 (b1f7f1f) into master (e8f85e0) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #311   +/-   ##
=======================================
  Coverage   93.54%   93.54%           
=======================================
  Files          15       15           
  Lines        4665     4665           
  Branches      591      591           
=======================================
  Hits         4364     4364           
  Misses        219      219           
  Partials       82       82           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update e8f85e0...b1f7f1f. Read the comment docs.

@whooo
Copy link
Contributor

whooo commented Jan 7, 2022

FYI, I'm currently working on some examples, one which covers this (and our discussion in the issue), so I'm not really sure this is needed as it doesn't increase the coverage.
I'll probably push a draft of the examples in a couple of days

@williamcroberts
Copy link
Member

Seems to be addressed in: 8fd7d70

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants