Re: [PATCH 2/2] test/py: replace 'tpm2 init, startup, selftest' sequences

2023-06-02 Thread Ilias Apalodimas
On Fri, 2 Jun 2023 at 00:51, Simon Glass wrote: > > On Thu, 1 Jun 2023 at 00:21, Ilias Apalodimas > wrote: > > > > Instead of copy pasting the commands needed to start a TPM consisting > > of: > > - tpm init > > - tpm startup TPM2_SU_CLEAR > > - tpm2 self_test full > > use the newly added 'autost

Re: [PATCH 2/2] test/py: replace 'tpm2 init, startup, selftest' sequences

2023-06-01 Thread Simon Glass
On Thu, 1 Jun 2023 at 00:21, Ilias Apalodimas wrote: > > Instead of copy pasting the commands needed to start a TPM consisting > of: > - tpm init > - tpm startup TPM2_SU_CLEAR > - tpm2 self_test full > use the newly added 'autostart' which does the same thing and simplify > our python scripts > >

[PATCH 2/2] test/py: replace 'tpm2 init, startup, selftest' sequences

2023-05-31 Thread Ilias Apalodimas
Instead of copy pasting the commands needed to start a TPM consisting of: - tpm init - tpm startup TPM2_SU_CLEAR - tpm2 self_test full use the newly added 'autostart' which does the same thing and simplify our python scripts Signed-off-by: Ilias Apalodimas --- test/py/tests/test_tpm2.py | 13 ++-