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 4ACB7C433F5 for ; Fri, 25 Mar 2022 17:12:02 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 46570841B7; Fri, 25 Mar 2022 18:12:00 +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="qs/J2Z2j"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 19917841E7; Fri, 25 Mar 2022 18:11:58 +0100 (CET) Received: from mail-qv1-xf32.google.com (mail-qv1-xf32.google.com [IPv6:2607:f8b0:4864:20::f32]) (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 339E7841A3 for ; Fri, 25 Mar 2022 18:11:55 +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-xf32.google.com with SMTP id gi14so6755938qvb.0 for ; Fri, 25 Mar 2022 10:11:55 -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=DbaJKnVdkyANiHgmEZ/AcgFeoz6vHGETJgzjGwyGn0w=; b=qs/J2Z2jgRs7sfg1jzOO2HYcMCg38aHMpLK15/9PV3EjZiFGpYqQXhT5cM6EMLV/yh aIUdjaSNZgqC0QyneXTa5KAK6YyqateNrMfBpkfEmd7qR8gEN4QHcACiBIBlHmB83+4W F9WzhG77u+aB9waeYZqPhhVgG+JEilztclfSw= 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=DbaJKnVdkyANiHgmEZ/AcgFeoz6vHGETJgzjGwyGn0w=; b=xfZ8NPj8fRHIesSJTdLfV9vjSKubt33WxzDeUCsg5qyHMLpZsN0IWYxWyFLZcgKqIj AyPe4d8z26vJ0tEfCSL4CaC4TxpjHwxCmjygV/JVyAkpGLa1mggbYoMxQFXjo7GNJPsV sp/Q9b+wOdroPrD79aqFPvV6YacOeRyln2kxPGmdbtvPxunLBne1vpQkZkABbgx+kvPs GcKLeHhZnQtI665Oqwo8BCROZJzuN3KknHplNEBuLFeQXnD1Yr2XcQ14u0TKGvBKt0pu 4uHIsPhwUpXBAnuOlxNAsvC23NFbh1d+EibWEx3d8g7gQz24DrppEM7Ec1H/N4N4XlOf qggg== X-Gm-Message-State: AOAM532E/CzPwLk42kyYKunCR0xxO4m14yuwteOYwMk01h6wg8o1ETWM Si6ybBYFuXDyLvwAM0PF3ExX7g== X-Google-Smtp-Source: ABdhPJxKZP7akXyt3jHIrlT1cTM0QWw4UytgMwkYU4ln+ZKpwrYF6N1iXVtrCN+1YvVHQedFodvsuw== X-Received: by 2002:a05:6214:1742:b0:440:e595:e467 with SMTP id dc2-20020a056214174200b00440e595e467mr9889052qvb.120.1648228312876; Fri, 25 Mar 2022 10:11:52 -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 bs32-20020a05620a472000b0067d4560a516sm3715229qkb.32.2022.03.25.10.11.51 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 25 Mar 2022 10:11:52 -0700 (PDT) Date: Fri, 25 Mar 2022 13:11:50 -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: <20220325171150.GZ2226424@bill-the-cat> References: <20220314145745.15249-1-philippe.reynes@softathome.com> <20220314145745.15249-15-philippe.reynes@softathome.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="MA3DrZ/2NUL24G/S" Content-Disposition: inline In-Reply-To: <20220314145745.15249-15-philippe.reynes@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 --MA3DrZ/2NUL24G/S Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Mar 14, 2022 at 03:57:43PM +0100, Philippe Reynes wrote: > 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? The rest of the series seems fine, btw. --=20 Tom --MA3DrZ/2NUL24G/S Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQGzBAABCgAdFiEEGjx/cOCPqxcHgJu/FHw5/5Y0tywFAmI999IACgkQFHw5/5Y0 tyz8ZAv8CTfyaid4FyS0ikgqkQGpzsEnPQJsXOLm33hx4KVqkeeGwFpS23K9sVQC 16vXxTny1ydwGUHmUxMlNPnLG40ydPnIJ/ew53b7hbMZmbXBTgiwkzEx5kPIv3Cs Ak2HUAZiJolzcLkFMcA1jxP7ZBFm8UpQFyhXPgXw8e5wdmaBplSIvTqiyGhuHdod 6JrZzGUAh+s9VfMRbQ8obMZHunrbrKzqdw7u1MoIUa1tTqv1wI0r1y0rlQEL8fy0 G1vuvC5JZCI16Dqgum5+gFAs09y6VKmDnR9NFaXeISFGf4a60K0W76nMS0uPRZte PUi3rqLrHt4zgm5NSeJ2/Zhh7aKskuJKzphNMMwNp3fTG3WO7CDrOI/hVilgllTY ftkpOZKKcKKXccFSoxg801BqEQ5USKSXd+WvXJATWbbPqHgJp0TIIkuR4iS4BrSJ EeyKUDAEXDgLjZVunwZ8eSXpa+h17mOvtH4VzEahX9r7MuZfvhGjCC5a4z1sCd9+ UjjqN8bu =gXKf -----END PGP SIGNATURE----- --MA3DrZ/2NUL24G/S--