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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id BE847C433EF for ; Tue, 5 Oct 2021 22:05:23 +0000 (UTC) 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 mail.kernel.org (Postfix) with ESMTPS id 3361461207 for ; Tue, 5 Oct 2021 22:05:23 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 3361461207 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=konsulko.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=lists.denx.de Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 7C4C483273; Wed, 6 Oct 2021 00:03:35 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=none (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="qpGWEiw3"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id C08A483246; Wed, 6 Oct 2021 00:03:08 +0200 (CEST) Received: from mail-qk1-x72c.google.com (mail-qk1-x72c.google.com [IPv6:2607:f8b0:4864:20::72c]) (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 7373683314 for ; Wed, 6 Oct 2021 00:03:00 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=konsulko.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=trini@konsulko.com Received: by mail-qk1-x72c.google.com with SMTP id f130so517263qke.6 for ; Tue, 05 Oct 2021 15:03:00 -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:user-agent; bh=DLMIM90fXOZYrkAW+zPILEhZMngVSkjSLyAE4oVFE5k=; b=qpGWEiw3fAIgI5FlQ2fNO17VdiKjyghuGtVB14PAcrw6O9ClXkEMyrIDBhVaupxm0L BxIa98ICgr3F41WuWzQlVyMyjtBMux3Kb+RR1dTk3gRg0ftsbmKtdlcVcJwnZSClAEvW rjuKm+Ijb1DA30oePH7NzX/AJ/h4BIlmV2FDg= 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:user-agent; bh=DLMIM90fXOZYrkAW+zPILEhZMngVSkjSLyAE4oVFE5k=; b=PoO6DNN5DSniYgIDoQPSKuh+BtE++uA7wCEADsQjoixJsmH+IEQ2j89NR+gBuoc92u 0NIp714xRfMwdxzYmmxFntL2BhopV29en62/Sfdphznm0mn9N256IFzvmibAlx4eqAWM dxgO/EW5mgG6o4unp4gnXpwz1be5mwYkg70bC3Y+rqTcN4v6DPiKQFIjUF5rFFlYYj0f 434QRxyamXqRrHlv0w/X0EYz/P0TwzbyQ1IhL//sI3NYnDZUpHbPRDWWgfLJ0ZWfUX60 6cuRH96hFqQNDkiyT3Lqb6dLRGvKrnBMQw9w/pE/seeQq7u+0/iVtcMXmJyEvAYr2L8j WYrQ== X-Gm-Message-State: AOAM533PEoKAxYqW/kgLyYwxMb7nZ/kyf1mt+trYo2IBrSM7UZ4j5Aar 3SyTuw07n3TCSkRaVB7ekzLA4w== X-Google-Smtp-Source: ABdhPJyIOUotmsjlI6XCN+LkkuTk29jvrE7vMV6toG4IRhgxJIyKr7qRMbnLq+ZVo+wtHxjxbcHjUw== X-Received: by 2002:a37:6513:: with SMTP id z19mr3912517qkb.303.1633471379269; Tue, 05 Oct 2021 15:02:59 -0700 (PDT) Received: from bill-the-cat (2603-6081-7b01-cbda-acff-2c31-c6db-812f.res6.spectrum.com. [2603:6081:7b01:cbda:acff:2c31:c6db:812f]) by smtp.gmail.com with ESMTPSA id h15sm11754000qtq.41.2021.10.05.15.02.58 (version=TLS1_2 cipher=ECDHE-ECDSA-CHACHA20-POLY1305 bits=256/256); Tue, 05 Oct 2021 15:02:58 -0700 (PDT) Date: Tue, 5 Oct 2021 18:02:56 -0400 From: Tom Rini To: Simon Glass Cc: U-Boot Mailing List , Heinrich Schuchardt , Stephen Warren , Stephen Warren Subject: Re: [RESEND PATCH v2 3/4] test: Allow tpm2 tests to run in parallel Message-ID: <20211005220256.GS31748@bill-the-cat> References: <20210919211451.3825645-1-sjg@chromium.org> <20210919211451.3825645-4-sjg@chromium.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="dYPoZongPzEAoiMM" Content-Disposition: inline In-Reply-To: <20210919211451.3825645-4-sjg@chromium.org> X-Clacks-Overhead: GNU Terry Pratchett User-Agent: Mutt/1.9.4 (2018-02-28) X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.34 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.2 at phobos.denx.de X-Virus-Status: Clean --dYPoZongPzEAoiMM Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Sep 19, 2021 at 03:14:50PM -0600, Simon Glass wrote: > These tests currently run in a particular sequence, with some of them > depending on the actions of earlier tests. >=20 > Add a check for sandbox and reset to a known state at the start of each > test, so that all tests can run in parallel. >=20 > Signed-off-by: Simon Glass Applied to u-boot/master, thanks! --=20 Tom --dYPoZongPzEAoiMM Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQGzBAABCgAdFiEEGjx/cOCPqxcHgJu/FHw5/5Y0tywFAmFcy5AACgkQFHw5/5Y0 tyxnZQv9HqHSLE9qosznrUO07jhXv8SWOHX/lzGRCKiXqJMlT+IU1TRUXSEetv0b U/+nviKdgX5MS1kGEmOHogQ8l/ezPYpYXOuzlNp80bHOnxfvh6GhANNu4jfe+ZtW y4Ys46B5hmgZ1xWSOD3HJ9VolgFMzmqNYsjXjrYetpkCemVvjPlR9l/ag5r5fQdO NQ3YbP8bc+Ea92ZaMtaq7np5zk7SeGtpbpf80QWVALDhs3mn8GslF4a6VPWe3y2P 3VtkbnRNM80jYCoMpNfIgLDknRV3Ycl4rkhHdgOLN8tIxCXq5djOOVnwVuL/O47C iYlPIABLUbYjrj2Mpi0zU9HXKXO48fWHkYMQvawz1ABj1gJoCvGe1Obqv7Prstxi OIgCv3e87U4hYfGWx/ONmh8yWAg+YeFFxssjpPtNgB0oNY/6Vhk7V6OGa2jtZE2H Tz6j4qkcG4Z4zohOAHuS7fFzrhQGGV2k15PRKMquNLl86MrryiKfIFpgfQRTUrDN 0FB2INYu =5t6D -----END PGP SIGNATURE----- --dYPoZongPzEAoiMM--