All of lore.kernel.org
 help / color / mirror / Atom feed
From: Philippe REYNES <philippe.reynes@softathome.com>
To: Tom Rini <trini@konsulko.com>
Cc: sjg@chromium.org, rasmus.villemoes@prevas.dk, u-boot@lists.denx.de
Subject: Re: [PATCH v7 14/16] test: py: vboot: add test for global image signature
Date: Fri, 25 Mar 2022 23:54:18 +0100	[thread overview]
Message-ID: <140b14a6-89dd-1399-7606-435a69ce1c3a@softathome.com> (raw)
In-Reply-To: <20220325171150.GZ2226424@bill-the-cat>

Hi Tom,


Le 25/03/2022 à 18:11, Tom Rini a écrit :
> On Mon, Mar 14, 2022 at 03:57:43PM +0100, Philippe Reynes wrote:
>
>> Adds test units for the pre-load header signature.
>>
>> Signed-off-by: Philippe Reynes <philippe.reynes@softathome.com>
>> ---
>>   test/py/tests/test_vboot.py                   | 145 ++++++++++++++++--
>>   test/py/tests/vboot/sandbox-binman-pss.dts    |  25 +++
>>   test/py/tests/vboot/sandbox-binman.dts        |  24 +++
>>   .../tests/vboot/sandbox-u-boot-global-pss.dts |  28 ++++
>>   test/py/tests/vboot/sandbox-u-boot-global.dts |  27 ++++
>>   test/py/tests/vboot/simple-images.its         |  36 +++++
>>   6 files changed, 269 insertions(+), 16 deletions(-)
>>   create mode 100644 test/py/tests/vboot/sandbox-binman-pss.dts
>>   create mode 100644 test/py/tests/vboot/sandbox-binman.dts
>>   create mode 100644 test/py/tests/vboot/sandbox-u-boot-global-pss.dts
>>   create mode 100644 test/py/tests/vboot/sandbox-u-boot-global.dts
>>   create mode 100644 test/py/tests/vboot/simple-images.its
> This leads to CI failures such as:
> https://source.denx.de/u-boot/u-boot/-/jobs/412046
> and I guess maybe we need something new in test/py/requirements.txt
> maybe?

I think that this issue should be fixed with this patch :

https://patchwork.ozlabs.org/project/uboot/patch/20220127140314.10264-2-philippe.reynes@softathome.com/


> The rest of the series seems fine, btw.
>
great, thanks a lot


Regards,

Philippe



  reply	other threads:[~2022-03-25 22:57 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-03-14 14:57 [PATCH v7 00/16] image: add a stage pre-load Philippe Reynes
2022-03-14 14:57 ` [PATCH v7 01/16] arch: Kconfig: imply BINMAN for SANDBOX Philippe Reynes
2022-03-14 14:57 ` [PATCH v7 02/16] lib: Kconfig: enhance help for ASN1 Philippe Reynes
2022-03-14 14:57 ` [PATCH v7 03/16] lib: Kconfig: enhance the help of OID_REGISTRY Philippe Reynes
2022-03-14 14:57 ` [PATCH v7 04/16] lib: allow to build asn1 decoder and oid registry in SPL Philippe Reynes
2022-03-14 14:57 ` [PATCH v7 05/16] lib: crypto: allow to build crypyo " Philippe Reynes
2022-03-14 14:57 ` [PATCH v7 06/16] lib: rsa: allow rsa verify with pkey " Philippe Reynes
2022-03-14 14:57 ` [PATCH v7 07/16] boot: image: add a stage pre-load Philippe Reynes
2022-03-14 14:57 ` [PATCH v7 08/16] cmd: bootm: " Philippe Reynes
2022-03-14 14:57 ` [PATCH v7 09/16] common: spl: fit_ram: allow to use image pre load Philippe Reynes
2022-03-14 14:57 ` [PATCH v7 10/16] mkimage: add public key for image pre-load stage Philippe Reynes
2022-03-14 14:57 ` [PATCH v7 11/16] Makefile: provide sah-key to binman Philippe Reynes
2022-03-14 14:57 ` [PATCH v7 12/16] tools: binman: add support for pre-load header Philippe Reynes
2022-03-14 14:57 ` [PATCH v7 13/16] configs: sandbox_defconfig: enable stage pre-load in bootm Philippe Reynes
2022-03-14 14:57 ` [PATCH v7 14/16] test: py: vboot: add test for global image signature Philippe Reynes
2022-03-25 17:11   ` Tom Rini
2022-03-25 22:54     ` Philippe REYNES [this message]
2022-03-25 23:02       ` Tom Rini
2022-03-28 20:58         ` Philippe REYNES
2022-03-14 14:57 ` [PATCH v7 15/16] cmd: pre_load_verify: initial import Philippe Reynes
2022-03-14 14:57 ` [PATCH v7 16/16] configs: sandbox_defconfig: enable config CMD_PRE_LOAD_VERIFY Philippe Reynes

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=140b14a6-89dd-1399-7606-435a69ce1c3a@softathome.com \
    --to=philippe.reynes@softathome.com \
    --cc=rasmus.villemoes@prevas.dk \
    --cc=sjg@chromium.org \
    --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.