tpm2-software / tpm2-tss-engine

OpenSSL Engine for TPM2 devices
https://tpm2-software.github.io
BSD 3-Clause "New" or "Revised" License
151 stars 100 forks source link

test: add support for swtpm simulator #193

Closed diabonas closed 4 years ago

diabonas commented 4 years ago

This is a straightforward port of https://github.com/tpm2-software/tpm2-totp/pull/69 to add support for swtpm, since both project share almost the same codebase for the integration test framework.

codecov[bot] commented 4 years ago

Codecov Report

Merging #193 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #193   +/-   ##
=======================================
  Coverage   67.71%   67.71%           
=======================================
  Files           8        8           
  Lines        1112     1112           
=======================================
  Hits          753      753           
  Misses        359      359           

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 47eb165...30b1961. Read the comment docs.

diabonas commented 4 years ago

I think we should switch CI over to swtpm in the same step ?

Sure, added as a separate commit to this PR.