All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Ilias Apalodimas" <ilias.apalodimas@linaro.org>
To: "Simon Glass" <sjg@chromium.org>,
	"U-Boot Mailing List" <u-boot@lists.denx.de>
Cc: "Tom Rini" <trini@konsulko.com>,
	"Mattijs Korpershoek" <mkorpershoek@baylibre.com>,
	"Tim Harvey" <tharvey@gateworks.com>
Subject: Re: [PATCH v3 4/4] test: tpm: Skip failing tests on coral
Date: Mon, 26 May 2025 11:57:45 +0300	[thread overview]
Message-ID: <DA5YUSUAKBHC.7IFVBK2UIK55@linaro.org> (raw)
In-Reply-To: <20250524130642.902486-2-sjg@chromium.org>

On Sat May 24, 2025 at 4:06 PM EEST, Simon Glass wrote:
> These tests have been failing for some months. Disable them so that a CI
> run can pass on coral. Further work will be needed to see how to make
> them pass.
>
> Signed-off-by: Simon Glass <sjg@chromium.org>
> ---
>
> Changes in v3:
> - Add new patch to skip failing tests on coral
>
>  test/py/tests/test_tpm2.py | 2 ++
>  1 file changed, 2 insertions(+)
>
> diff --git a/test/py/tests/test_tpm2.py b/test/py/tests/test_tpm2.py
> index fecce248fbd..9be85999d46 100644
> --- a/test/py/tests/test_tpm2.py
> +++ b/test/py/tests/test_tpm2.py
> @@ -179,6 +179,7 @@ def test_tpm2_dam_parameters(ubman):
>      assert 'Property 0x00000211: 0x00000000' in read_cap
>
>  @pytest.mark.buildconfigspec('cmd_tpm_v2')
> +@pytest.mark.notbuildconfigspec('target_chromebook_coral')
>  def test_tpm2_pcr_read(ubman):
>      """Execute a TPM2_PCR_Read command.
>
> @@ -201,6 +202,7 @@ def test_tpm2_pcr_read(ubman):
>      assert '00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00' in read_pcr
>
>  @pytest.mark.buildconfigspec('cmd_tpm_v2')
> +@pytest.mark.notbuildconfigspec('target_chromebook_coral')
>  def test_tpm2_pcr_extend(ubman):
>      """Execute a TPM2_PCR_Extend command.
>

Acked-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>

  reply	other threads:[~2025-05-26  8:57 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-05-24 13:06 [PATCH v3 0/4] tpm: Start to tidy up TPM tests Simon Glass
2025-05-24 13:06 ` [PATCH v3 1/4] tpm: sandbox: Support self-test continue in emulator Simon Glass
2025-05-24 13:06 ` [PATCH v3 2/4] tpm: Convert sandbox-focussed tests to C Simon Glass
2025-05-26  9:40   ` Ilias Apalodimas
2025-05-26 16:15     ` Simon Glass
2025-05-24 13:06 ` [PATCH v3 3/4] tpm: Drop unwanted special cases for sandbox Simon Glass
2025-05-24 13:06 ` [PATCH v3 4/4] test: tpm: Skip failing tests on coral Simon Glass
2025-05-26  8:57   ` Ilias Apalodimas [this message]
2025-05-24 14:23 ` [PATCH v3 0/4] tpm: Start to tidy up TPM tests Tom Rini
2025-05-26  5:19   ` Simon Glass

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=DA5YUSUAKBHC.7IFVBK2UIK55@linaro.org \
    --to=ilias.apalodimas@linaro.org \
    --cc=mkorpershoek@baylibre.com \
    --cc=sjg@chromium.org \
    --cc=tharvey@gateworks.com \
    --cc=trini@konsulko.com \
    --cc=u-boot@lists.denx.de \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.