mbox series

[0/3] selftests: tpm: fixes

Message ID 20200622212034.20624-1-jarkko.sakkinen@linux.intel.com (mailing list archive)
Headers show
Series selftests: tpm: fixes | expand

Message

Jarkko Sakkinen June 22, 2020, 9:20 p.m. UTC
A few fixes for tools/testing/selftests/tpm.

Jarkko Sakkinen (3):
  Revert "tpm: selftest: cleanup after unseal with wrong auth/policy
    test"
  selftests: tpm: Use 'test -e' instead of 'test -f'
  selftests: tpm: Use /bin/sh instead of /bin/bash

 tools/testing/selftests/tpm2/test_smoke.sh | 9 ++-------
 tools/testing/selftests/tpm2/test_space.sh | 4 ++--
 2 files changed, 4 insertions(+), 9 deletions(-)

Comments

Shuah Khan June 29, 2020, 8:21 p.m. UTC | #1
On 6/22/20 3:20 PM, Jarkko Sakkinen wrote:
> A few fixes for tools/testing/selftests/tpm.
> 
> Jarkko Sakkinen (3):
>    Revert "tpm: selftest: cleanup after unseal with wrong auth/policy
>      test"
>    selftests: tpm: Use 'test -e' instead of 'test -f'
>    selftests: tpm: Use /bin/sh instead of /bin/bash
> 
>   tools/testing/selftests/tpm2/test_smoke.sh | 9 ++-------
>   tools/testing/selftests/tpm2/test_space.sh | 4 ++--
>   2 files changed, 4 insertions(+), 9 deletions(-)
> 

Applied to linux-kselftest fixes for Linux 5.8-rc4

thanks,
-- Shuah
Jarkko Sakkinen July 2, 2020, 11:07 p.m. UTC | #2
On Mon, Jun 29, 2020 at 02:21:47PM -0600, Shuah Khan wrote:
> On 6/22/20 3:20 PM, Jarkko Sakkinen wrote:
> > A few fixes for tools/testing/selftests/tpm.
> > 
> > Jarkko Sakkinen (3):
> >    Revert "tpm: selftest: cleanup after unseal with wrong auth/policy
> >      test"
> >    selftests: tpm: Use 'test -e' instead of 'test -f'
> >    selftests: tpm: Use /bin/sh instead of /bin/bash
> > 
> >   tools/testing/selftests/tpm2/test_smoke.sh | 9 ++-------
> >   tools/testing/selftests/tpm2/test_space.sh | 4 ++--
> >   2 files changed, 4 insertions(+), 9 deletions(-)
> > 
> 
> Applied to linux-kselftest fixes for Linux 5.8-rc4

Thank you.

/Jarkko