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 17D3EC433EF for ; Tue, 5 Oct 2021 22:05:34 +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 981E561211 for ; Tue, 5 Oct 2021 22:05:33 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 981E561211 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 2930983474; Wed, 6 Oct 2021 00:03:40 +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="DmrG4DTv"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id E2B9E832A1; Wed, 6 Oct 2021 00:03:11 +0200 (CEST) Received: from mail-qt1-x833.google.com (mail-qt1-x833.google.com [IPv6:2607:f8b0:4864:20::833]) (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 24E918341D for ; Wed, 6 Oct 2021 00:03:05 +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-qt1-x833.google.com with SMTP id d8so617789qtd.5 for ; Tue, 05 Oct 2021 15:03:05 -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=A3ZdS0PeDG/unixjw4YW40YqieZ518Xdqfyn41gVOc0=; b=DmrG4DTvNlZwUDnCdwwPTkmpVZBWfRNg9paKbuYQuPGk1O7j4alHOMU8sd4dMW2jAl 3A0rlgcyOwYgzfz1i2vBWXe2j+P5VDFQhYogZc6a6c3N6VofJtPAGP8ibEvZyd17hn2k +LsupdmLfzUG0tLrPtg4esx7Qk+BiJAlQdxV4= 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=A3ZdS0PeDG/unixjw4YW40YqieZ518Xdqfyn41gVOc0=; b=DrEz1Yi/8bnA+Fe34IcPY1zClDKv7pJJFKDmcpV/XepAHyUhSYUMstbpmvGL8UzrOL Oc5IKl7lHfH2UjOsYCqAdqM1OJnofYnICBkt2bibbYqu9sDx99tPUf0UZFi60mHSYO70 kduuVNCsHAmeBhEFFiTmFgyLwMUavPkWFkglC25Wf7G0UQQWrHp4OyB+1Qlfjt0lzMY3 aupThmRhKD9usglgKxafxnkp+r+RgMyBQNjini9mM9+3MX2gCeivJYmCno1bb0wBxIWI uF1XmNnK+emIzEMIA6vSh+og61XeBeZyOtqDqTX0qPaNeK7i8aJIgYgyT+54G7NPI7CR W0Og== X-Gm-Message-State: AOAM531WOnN9oe/0lFXKO6jB3mOkv8kYADhI7YPgDSsqM0Vbm1AhSiT0 1BtQMB85EEGY38JSs6LUxkcNGA== X-Google-Smtp-Source: ABdhPJyQ1XBit+3J0GVwboYq1vve3hxdxnExBy815FZ++826raJlbZairP8INZ2MgbW1nXJCtqWO+Q== X-Received: by 2002:ac8:7f86:: with SMTP id z6mr23017777qtj.71.1633471383294; Tue, 05 Oct 2021 15:03:03 -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 d14sm10944807qkg.49.2021.10.05.15.03.02 (version=TLS1_2 cipher=ECDHE-ECDSA-CHACHA20-POLY1305 bits=256/256); Tue, 05 Oct 2021 15:03:02 -0700 (PDT) Date: Tue, 5 Oct 2021 18:03:00 -0400 From: Tom Rini To: Simon Glass Cc: U-Boot Mailing List , Heinrich Schuchardt , Stephen Warren , Stephen Warren Subject: Re: [RESEND PATCH v2 4/4] doc: test: Explain how to run pytests in parallel Message-ID: <20211005220300.GT31748@bill-the-cat> References: <20210919211451.3825645-1-sjg@chromium.org> <20210919151448.RESEND.v2.4.I4b868f615036d4b8bc4d9f6a8555db49be9f6009@changeid> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="8IgpUc3zahWtfmuT" Content-Disposition: inline In-Reply-To: <20210919151448.RESEND.v2.4.I4b868f615036d4b8bc4d9f6a8555db49be9f6009@changeid> 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 --8IgpUc3zahWtfmuT Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Sep 19, 2021 at 03:14:51PM -0600, Simon Glass wrote: > Add documentation for this so people can try it out. At present it does > not fully work. >=20 > Signed-off-by: Simon Glass Applied to u-boot/master, thanks! --=20 Tom --8IgpUc3zahWtfmuT Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQGzBAABCgAdFiEEGjx/cOCPqxcHgJu/FHw5/5Y0tywFAmFcy5QACgkQFHw5/5Y0 tyxQ1Qv/VNhN/QISN8NPlH2+XGD3bAPWtBRgPJkVlfXtYIOwYrvU+qBbGrwmYPJN RCiBGCxwuW03AOK7ieT8ActG2ivW4ilc0+FZNjNn4PlCORL73/e7mk2RBI9Ei9sK YjumEwMxIPJLynAhQKn8wgT7NCAw6sZIaTDJ/WO/UVwLSTK6BD0f7pljvV98q801 E/wtBClgIS1Vg55ZULcZEVvKAtC/2UMPpyiMNsYIOlvtDtmCnOBYOT0fWuX+MXg/ UkbmBTWzTdym/kKPF7LhjqAmLy6rfTy5oPHkdM96wEKo/Ba5J+IrhE9s/lNoBMwA aJDFI8dqbkrDTqQMfH21eXGzARLbgnZic2Uc3Dq+yP4Dc4p7/ptOssaDqGYpo0j4 vZsS/QsHlrF7UePq1byISP+Em9VtrmsFBXrUfoQtIIRdzWeg28cq+xOWwScBzGbR C0fIpzQjw2kaHBE+dgj8XSnhDAt+4y29PWY95jR+AzIXz8EUbSKCx/wUgXslYlFi Bqkfvirp =ZU3z -----END PGP SIGNATURE----- --8IgpUc3zahWtfmuT--