]> git.dujemihanovic.xyz Git - u-boot.git/commit
test/py: tpm2: skip tpm2_startup when env__tpm_device_test_skip=True
authorMichal Simek <michal.simek@amd.com>
Wed, 30 Aug 2023 16:36:23 +0000 (18:36 +0200)
committerMichal Simek <michal.simek@amd.com>
Thu, 21 Sep 2023 11:20:11 +0000 (13:20 +0200)
commit280fcda109eede9c987b1512a532973e61f06455
tree56bd08bd0616e7614d652ecfc0c8909d702a84c1
parent55e281049c49ac779b1c533abde5c3c2ffa0cc8e
test/py: tpm2: skip tpm2_startup when env__tpm_device_test_skip=True

All tpm2 tests should be possible to skip when
env__tpm_device_test_skip=True but test_tpm2_startup is missing it.

Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
Signed-off-by: Michal Simek <michal.simek@amd.com>
Link: https://lore.kernel.org/r/41f932e52bdd206b1b68d5ff313fc29b794a70e7.1693413381.git.michal.simek@amd.com
test/py/tests/test_tpm2.py