All of lore.kernel.org
 help / color / mirror / Atom feed
From: Mattijs Korpershoek <mkorpershoek@baylibre.com>
To: Simon Glass <sjg@chromium.org>,
	U-Boot Mailing List <u-boot@lists.denx.de>
Cc: Tom Rini <trini@konsulko.com>, Simon Glass <sjg@chromium.org>,
	Andrew Goodbody <andrew.goodbody@linaro.org>,
	Caleb Connolly <caleb.connolly@linaro.org>,
	Dmitry Rokosov <ddrokosov@salutedevices.com>,
	Guillaume La Roque <glaroque@baylibre.com>,
	Heinrich Schuchardt <xypron.glpk@gmx.de>,
	Igor Opaniuk <igor.opaniuk@gmail.com>,
	Jens Wiklander <jens.wiklander@linaro.org>,
	Jerome Forissier <jerome.forissier@linaro.org>,
	Julien Masson <jmasson@baylibre.com>,
	Love Kumar <love.kumar@amd.com>,
	Michal Simek <michal.simek@amd.com>,
	Padmarao Begari <padmarao.begari@amd.com>,
	Patrick Rudolph <patrick.rudolph@9elements.com>,
	Peter Robinson <pbrobinson@gmail.com>,
	Richard Weinberger <richard@nod.at>,
	Sam Protsenko <semen.protsenko@linaro.org>,
	Stephen Warren <swarren@nvidia.com>,
	Stephen Warren <swarren@wwwdotorg.org>,
	Tim Harvey <tharvey@gateworks.com>
Subject: Re: [PATCH v2 2/6] test/py: Drop u_boot_ prefix on test files
Date: Tue, 11 Feb 2025 09:35:17 +0100	[thread overview]
Message-ID: <871pw4anga.fsf@baylibre.com> (raw)
In-Reply-To: <20250209160725.1054845-3-sjg@chromium.org>

Hi Simon,

Thank you for the patch.

On dim., févr. 09, 2025 at 09:07, Simon Glass <sjg@chromium.org> wrote:

> We know this is U-Boot so the prefix serves no purpose other than to
> make things longer and harder to read. Drop it and rename the files.
>
> Signed-off-by: Simon Glass <sjg@chromium.org>
> ---
>
> (no changes since v1)
>
>  doc/develop/py_testing.rst                    |  4 +-
>  doc/develop/tests_writing.rst                 |  2 +-
>  test/py/conftest.py                           | 52 +++++------
>  ...u_boot_console_base.py => console_base.py} |  8 +-
>  ...onsole_exec_attach.py => console_board.py} |  6 +-
>  ..._console_sandbox.py => console_sandbox.py} |  8 +-
>  test/py/{u_boot_spawn.py => spawn.py}         |  0
>  test/py/tests/test_android/test_ab.py         | 12 +--
>  test/py/tests/test_android/test_abootimg.py   | 10 +--
>  test/py/tests/test_android/test_avb.py        |  2 +-
>  test/py/tests/test_dfu.py                     | 18 ++--

Reviewed-by: Mattijs Korpershoek <mkorpershoek@baylibre.com> # test_android / test_dfu

>  test/py/tests/test_efi_fit.py                 |  2 +-

[...]

  reply	other threads:[~2025-02-11  8:35 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-02-09 16:07 [PATCH v2 0/6] test: A few quality-of-life improvements Simon Glass
2025-02-09 16:07 ` Simon Glass
2025-02-09 16:07 ` [PATCH v2 1/6] test/py: Shorten u_boot_console Simon Glass
2025-02-09 16:07 ` [PATCH v2 2/6] test/py: Drop u_boot_ prefix on test files Simon Glass
2025-02-11  8:35   ` Mattijs Korpershoek [this message]
2025-02-09 16:07 ` [PATCH v2 3/6] test/py: Drop importing utils as util Simon Glass
2025-02-11  8:40   ` Mattijs Korpershoek
2025-02-09 16:07 ` [PATCH v2 4/6] test/py: Drop assigning ubman to cons Simon Glass
2025-02-09 16:07 ` [PATCH v2 5/6] test/py: Show info about module-loading Simon Glass
2025-02-10 15:52   ` Tom Rini
2025-02-15 12:17     ` Simon Glass
2025-02-15 14:48       ` Tom Rini
2025-02-15 17:21         ` Simon Glass
2025-02-17 17:52           ` Tom Rini
2025-02-09 16:07 ` [PATCH v2 6/6] test: Make net tests depend on CONFIG_CMD_NET Simon Glass
2025-02-17 17:15 ` [PATCH v2 0/6] test: A few quality-of-life improvements Tom Rini
2025-02-17 17:15   ` Tom Rini

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=871pw4anga.fsf@baylibre.com \
    --to=mkorpershoek@baylibre.com \
    --cc=andrew.goodbody@linaro.org \
    --cc=caleb.connolly@linaro.org \
    --cc=ddrokosov@salutedevices.com \
    --cc=glaroque@baylibre.com \
    --cc=igor.opaniuk@gmail.com \
    --cc=jens.wiklander@linaro.org \
    --cc=jerome.forissier@linaro.org \
    --cc=jmasson@baylibre.com \
    --cc=love.kumar@amd.com \
    --cc=michal.simek@amd.com \
    --cc=padmarao.begari@amd.com \
    --cc=patrick.rudolph@9elements.com \
    --cc=pbrobinson@gmail.com \
    --cc=richard@nod.at \
    --cc=semen.protsenko@linaro.org \
    --cc=sjg@chromium.org \
    --cc=swarren@nvidia.com \
    --cc=swarren@wwwdotorg.org \
    --cc=tharvey@gateworks.com \
    --cc=trini@konsulko.com \
    --cc=u-boot@lists.denx.de \
    --cc=xypron.glpk@gmx.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.