[U-Boot] [PATCH 4/6] test/py: tpm2: switch from 'tpm' to 'tpm2' command

Simon Glass sjg at chromium.org
Thu Jul 19 01:31:44 UTC 2018


On 14 July 2018 at 06:16, Miquel Raynal <miquel.raynal at 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 at bootlin.com>
> ---
>  test/py/tests/test_tpm2.py | 40 ++++++++++++++++++++--------------------
>  1 file changed, 20 insertions(+), 20 deletions(-)

Reviewed-by: Simon Glass <sjg at chromium.org>


More information about the U-Boot mailing list