]> git.ipfire.org Git - thirdparty/u-boot.git/commit
test/py: tpm2: switch from 'tpm' to 'tpm2' command
authorMiquel Raynal <miquel.raynal@bootlin.com>
Thu, 19 Jul 2018 20:35:10 +0000 (22:35 +0200)
committerTom Rini <trini@konsulko.com>
Sat, 28 Jul 2018 15:58:08 +0000 (11:58 -0400)
commitd87434a2baf1db6d2a2582e3204c27fa5785935e
tree2c969e42489dd72872e0bad919e43c010a89bfe0
parent2a2096ea6001cc65fa91e2bc622da48c8eb26a06
test/py: tpm2: switch from 'tpm' to 'tpm2' command

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>
Reviewed-by: Simon Glass <sjg@chromium.org>
test/py/tests/test_tpm2.py