Re: [PATCH 2/3] tpm: Convert sandbox-focussed tests to C

2023-10-30 Thread Ilias Apalodimas
Hi Simon, Thanks for fixing this. On Sun, 29 Oct 2023 at 06:28, Simon Glass wrote: > > Some of the Python tests are a pain because they don't reset the TPM > state before each test. Driver model tests do this, so convert the > tests to C. > > This means that these tests won't run on real hardwar

Re: [PATCH 2/3] tpm: Convert sandbox-focussed tests to C

2023-10-30 Thread Ilias Apalodimas
Hi Tom On Sun, 29 Oct 2023 at 16:33, Tom Rini wrote: > > On Sun, Oct 29, 2023 at 05:28:13PM +1300, Simon Glass wrote: > > > Some of the Python tests are a pain because they don't reset the TPM > > state before each test. Driver model tests do this, so convert the > > tests to C. > > > > This mean

Re: [PATCH 2/3] tpm: Convert sandbox-focussed tests to C

2023-10-29 Thread Tom Rini
On Sun, Oct 29, 2023 at 05:28:13PM +1300, Simon Glass wrote: > Some of the Python tests are a pain because they don't reset the TPM > state before each test. Driver model tests do this, so convert the > tests to C. > > This means that these tests won't run on real hardware, but we have > tests wh