From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from phobos.denx.de (phobos.denx.de [85.214.62.61]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 23926C433EF for ; Fri, 25 Mar 2022 23:02:18 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 3962F83ADB; Sat, 26 Mar 2022 00:02:17 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=konsulko.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Authentication-Results: phobos.denx.de; dkim=pass (1024-bit key; unprotected) header.d=konsulko.com header.i=@konsulko.com header.b="qjDC9u19"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 7E5FB840A9; Sat, 26 Mar 2022 00:02:15 +0100 (CET) Received: from mail-qv1-xf2a.google.com (mail-qv1-xf2a.google.com [IPv6:2607:f8b0:4864:20::f2a]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id 7B71B83AC9 for ; Sat, 26 Mar 2022 00:02:09 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=konsulko.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=trini@konsulko.com Received: by mail-qv1-xf2a.google.com with SMTP id a5so7391960qvx.1 for ; Fri, 25 Mar 2022 16:02:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=konsulko.com; s=google; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to; bh=DW+ejvAxzsjdjH/Eff+g4p/k+D+T3fYfO5MkOrRmrUM=; b=qjDC9u19OJBDxV/dWgQDlR/cPWN23SlCdtTVkgLXrZC9iGREC8kchl+YGsLchhVvWP 7JnPE6III9kEDfUFDR91kRX7r9OXEb2jlXd8J3wJTep5j9N2XHcceAdZwpSU3UJ2sHnS DNFDIzXpAVt38LeNlbSwJH7T6e98HVKm1xfvE= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=DW+ejvAxzsjdjH/Eff+g4p/k+D+T3fYfO5MkOrRmrUM=; b=HCPU9aDFG+A2lX+Tw3zKxbKBmQoEQiRYnnnzA2EYsxb+sEAlo5B+YsuCP1eWGPD4SR zAytsblxLt2/bn7k+I8dChPwIeZSX150F16OcE3xNIdeRffPrj5LEIzmerpERIIESMzS ycU3zRieCbz/HZLq1ufAvoRy8X+JZa2My3s3eRHfDxMKTj6wyW1tsHY7xC8FXdYLN+by xhQ0CWS4+RbHmnGgtV2wac+3jqj3KuFQemu/rqJ85Gpgzf83D9s8/K96k6S+QhlwZIUl jnjxWCLBkS3nekE9Cel9TNu8HdVLYEZGLbealfSX8W9CIR/kZDK/wGSa7ZeT3ow+2sqL vLEw== X-Gm-Message-State: AOAM5305FQEPPl0HVvmukQk/1EGJMEvMg8H+58fLCS39FEi5zu79BCP5 RGt1n9W3BKdtGIoGg4IzvrbC+Q== X-Google-Smtp-Source: ABdhPJzy5vuWxbE8Foxywh7IAE2E06cgCqUmvsjXTxsueXFCIV7ud0epZwXA1x8+Z+VDoB/E/65Wlw== X-Received: by 2002:a05:6214:29c7:b0:441:3f11:9315 with SMTP id gh7-20020a05621429c700b004413f119315mr11294631qvb.87.1648249328149; Fri, 25 Mar 2022 16:02:08 -0700 (PDT) Received: from bill-the-cat (2603-6081-7b01-cbda-2ef0-5dff-fedb-a8ba.res6.spectrum.com. [2603:6081:7b01:cbda:2ef0:5dff:fedb:a8ba]) by smtp.gmail.com with ESMTPSA id o6-20020a05620a22c600b0067d247816eesm3886468qki.85.2022.03.25.16.02.06 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 25 Mar 2022 16:02:07 -0700 (PDT) Date: Fri, 25 Mar 2022 19:02:05 -0400 From: Tom Rini To: Philippe REYNES 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 Message-ID: <20220325230205.GA2284289@bill-the-cat> References: <20220314145745.15249-1-philippe.reynes@softathome.com> <20220314145745.15249-15-philippe.reynes@softathome.com> <20220325171150.GZ2226424@bill-the-cat> <140b14a6-89dd-1399-7606-435a69ce1c3a@softathome.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="NzB8fVQJ5HfG6fxh" Content-Disposition: inline In-Reply-To: <140b14a6-89dd-1399-7606-435a69ce1c3a@softathome.com> X-Clacks-Overhead: GNU Terry Pratchett X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.39 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" X-Virus-Scanned: clamav-milter 0.103.5 at phobos.denx.de X-Virus-Status: Clean --NzB8fVQJ5HfG6fxh Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Mar 25, 2022 at 11:54:18PM +0100, Philippe REYNES wrote: > Hi Tom, >=20 >=20 > Le 25/03/2022 =E0 18:11, Tom Rini a =E9crit : > > On Mon, Mar 14, 2022 at 03:57:43PM +0100, Philippe Reynes wrote: > >=20 > > > Adds test units for the pre-load header signature. > > >=20 > > > Signed-off-by: Philippe Reynes > > > --- > > > 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? >=20 > I think that this issue should be fixed with this patch : >=20 > https://patchwork.ozlabs.org/project/uboot/patch/20220127140314.10264-2-p= hilippe.reynes@softathome.com/ OK, but that's a rather specific hard-coded path to add, and won't work in my setup for example since I use mktemp to make the base dir for all my tests. --=20 Tom --NzB8fVQJ5HfG6fxh Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQGzBAABCgAdFiEEGjx/cOCPqxcHgJu/FHw5/5Y0tywFAmI+SekACgkQFHw5/5Y0 tyyMQAwAomcrAfZZ/sERyqr5QUkQIZCd9F5MF4AcP3rtUbbbStUqpd8Vntf6l1Xt XtYT2nQf+fUQDZxKkaYavuD/GY6DpYXA0E+rLGXYVEncYQ+Vkb5NcHZbXnMQTZPl 6ZORSvAOYpmrHndv6MWQrBxe3JHChh/VFnC5sc5qJsdbxbRlsS0/0GGpPd/pOHhv hEiHn+4SxykBWhwO4SND/5SH4JM3Wu19Hr4zmOUYm4RNylxxVAhDE5RPiAbDYCE6 qUm2zYOWR9jc7P/dMJ2LH0phFCi60A5t6tF3TPIFlOgxov4F3+wxDEuF5pk/VTQM dm8pgvfwMZ80XrT2Vw6ODEUBoFSt2gqfaEQ+iw2byCehK+3oVYNK84Ld10zP4HG3 ysEpch8fEMyXFQcBKTJMcFabZhIuR2yMjzEl5mojdD1qEOfWQlYx04VfVd7gTMCW s0HFK0wXH78OYBoCus6dpy9PxJD1Wk03dGKxgbKsYnI38vT2qjGxmdR7178bKo1D H3seFD/t =TGqv -----END PGP SIGNATURE----- --NzB8fVQJ5HfG6fxh--