Re: [PATCH v3] selftests/tpm2: Extend tests to cover partial reads

From: Jarkko Sakkinen
Date: Wed Feb 13 2019 - 12:19:33 EST


On Wed, Feb 13, 2019 at 08:40:18AM -0800, Tadeusz Struk wrote:
> Three new tests added:
> 1. Send get random cmd, read header in 1st read, read the rest in second
> read - expect success
> 2. Send get random cmd, read only part of the response, send another
> get random command, read the response - expect success
> 3. Send get random cmd followed by another get random cmd, without
> reading the first response - expect the second cmd to fail with -EBUSY
>
> Signed-off-by: Tadeusz Struk <tadeusz.struk@xxxxxxxxx>
OK, great, thank you.

They are in my master branch now.

/Jarkko