
19 Jul
2018
19 Jul
'18
3:31 a.m.
On 14 July 2018 at 06:16, Miquel Raynal miquel.raynal@bootlin.com wrote:
While using the 'tpm' command should work on most cases, this test suite only works with TPMv2 and since the work to make both versions build at the same time, we might end up having both 'tpm' (TPMv1) and 'tpm2' (TPMv2) commands available at the same time. Ensure this test suite always use the right one.
Signed-off-by: Miquel Raynal miquel.raynal@bootlin.com
test/py/tests/test_tpm2.py | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-)
Reviewed-by: Simon Glass sjg@chromium.org