commit | 6a53b82400863f3adaad37263f042b2e471b58bd | [log] [tgz] |
---|---|---|
author | Miquel Raynal <miquel.raynal@bootlin.com> | Thu Jul 19 22:35:10 2018 +0200 |
committer | Tom Rini <trini@konsulko.com> | Sat Jul 28 11:58:08 2018 -0400 |
tree | 2c969e42489dd72872e0bad919e43c010a89bfe0 | |
parent | 79920d1b66a3a0ef72b01d560905cc0d5668af64 [diff] |
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>