Linux Security Modules development
 help / color / mirror / Atom feed
From: Thiago Jung Bauermann <bauerman@linux.ibm.com>
To: Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com>
Cc: linux-kselftest@vger.kernel.org, linux-kernel@vger.kernel.org,
	linux-integrity@vger.kernel.org,
	linux-security-module@vger.kernel.org,
	Peter Huewe <PeterHuewe@gmx.de>, Jason Gunthorpe <jgg@ziepe.ca>,
	Shuah Khan <shuah@kernel.org>,
	Tadeusz Struk <tadeusz.struk@intel.com>
Subject: Re: [PATCH,RESEND] selftests: add TPM 2.0 tests
Date: Wed, 16 Jan 2019 20:52:03 -0200	[thread overview]
Message-ID: <87r2dcqkq4.fsf@morokweng.localdomain> (raw)
In-Reply-To: <20190116213102.25268-1-jarkko.sakkinen@linux.intel.com>


Hello,

Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com> writes:

> Added the tests that I've been using for testing TPM 2.0 functionality
> for long time but have out-of-tree so far residing in
>
> https://github.com/jsakkine-intel/tpm2-scripts
>
> Cc: Tadeusz Struk <tadeusz.struk@intel.com>
> Signed-off-by: Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com>
> Acked-By: Joey Pabalinas <joeypabalinas@gmail.com>
> ---
>  tools/testing/selftests/Makefile           |   1 +
>  tools/testing/selftests/tpm2/Makefile      |   3 +
>  tools/testing/selftests/tpm2/test_smoke.sh |   4 +
>  tools/testing/selftests/tpm2/test_space.sh |   4 +
>  tools/testing/selftests/tpm2/tpm2.py       | 696 +++++++++++++++++++++
>  tools/testing/selftests/tpm2/tpm2_tests.py | 227 +++++++
>  6 files changed, 935 insertions(+)
>  create mode 100644 tools/testing/selftests/tpm2/Makefile
>  create mode 100755 tools/testing/selftests/tpm2/test_smoke.sh
>  create mode 100755 tools/testing/selftests/tpm2/test_space.sh
>  create mode 100644 tools/testing/selftests/tpm2/tpm2.py
>  create mode 100644 tools/testing/selftests/tpm2/tpm2_tests.py
>
> diff --git a/tools/testing/selftests/Makefile b/tools/testing/selftests/Makefile
> index 1a2bd15c5b6e..e4556132cbc4 100644
> --- a/tools/testing/selftests/Makefile
> +++ b/tools/testing/selftests/Makefile
> @@ -47,6 +47,7 @@ TARGETS += sysctl
>  ifneq (1, $(quicktest))
>  TARGETS += timers
>  endif
> +TARGETS += tpm

This should be tpm2, right?

>  TARGETS += user
>  TARGETS += vm
>  TARGETS += x86

-- 
Thiago Jung Bauermann
IBM Linux Technology Center


  reply	other threads:[~2019-01-16 22:52 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-01-16 21:31 [PATCH,RESEND] selftests: add TPM 2.0 tests Jarkko Sakkinen
2019-01-16 22:52 ` Thiago Jung Bauermann [this message]
2019-01-18 15:01   ` Jarkko Sakkinen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87r2dcqkq4.fsf@morokweng.localdomain \
    --to=bauerman@linux.ibm.com \
    --cc=PeterHuewe@gmx.de \
    --cc=jarkko.sakkinen@linux.intel.com \
    --cc=jgg@ziepe.ca \
    --cc=linux-integrity@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-kselftest@vger.kernel.org \
    --cc=linux-security-module@vger.kernel.org \
    --cc=shuah@kernel.org \
    --cc=tadeusz.struk@intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox