From: dmukhin@ford.com
To: Tom Rini <trini@konsulko.com>
Cc: dmukhin@ford.com, u-boot@lists.denx.de, sjg@chromium.org
Subject: Re: [PATCH v2 6/6] tests: reset: add cold/warm reset types
Date: Wed, 27 May 2026 17:02:22 -0700 [thread overview]
Message-ID: <aheGDpyZsmXOR+k0@kraken> (raw)
In-Reply-To: <20260527234715.GC93986@bill-the-cat>
On Wed, May 27, 2026 at 05:47:15PM -0600, Tom Rini wrote:
> On Wed, May 27, 2026 at 04:13:06PM -0700, dmukhin@ford.com wrote:
> > From: Denis Mukhin <dmukhin@ford.com>
> >
> > Extend reset tests to cover both -c/-w reset command flags.
> > Make sure sandbox reset tests are passing.
> >
> > Signed-off-by: Denis Mukhin <dmukhin@ford.com>
> > ---
> > Changes since v1:
> > - new patch
> >
> > Test for sandbox:
> > ./test/py/test.py --bd sandbox --build -k test_reset -v
> > ---
> > test/py/tests/test_reset.py | 8 ++++----
> > test/py/u_boot_boardenv_sandbox.py | 3 +++
> > 2 files changed, 7 insertions(+), 4 deletions(-)
> > create mode 100644 test/py/u_boot_boardenv_sandbox.py
>
> I'm not surprised to see we could put a u_boot_boardenv file there, but,
> that's not where it should be really. I think for now we can just keep
> the reset test on the list of tests not running on sandbox and address
> putting a u_boot_boardenv_sandbox.py file in the u-boot-test-hooks
> repository as a follow-up.
OK, thanks!
Will drop the sandbox config.
>
> --
> Tom
prev parent reply other threads:[~2026-05-28 0:02 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-05-27 23:13 [PATCH v2 0/6] reset: add board reset type dmukhin
2026-05-27 23:13 ` [PATCH v2 1/6] reset: Allow per-board " dmukhin
2026-05-27 23:13 ` [PATCH v2 2/6] reset: Add explicit cold reset support dmukhin
2026-05-27 23:13 ` [PATCH v2 3/6] reset: Print reset type on diagnostic console dmukhin
2026-05-27 23:13 ` [PATCH v2 4/6] reset: x86: Use cpu_hlt() in pch_sysreset_power_off() dmukhin
2026-05-27 23:13 ` [PATCH v2 5/6] docs: reset: document cold reset option dmukhin
2026-05-27 23:13 ` [PATCH v2 6/6] tests: reset: add cold/warm reset types dmukhin
2026-05-27 23:47 ` Tom Rini
2026-05-28 0:02 ` dmukhin [this message]
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=aheGDpyZsmXOR+k0@kraken \
--to=dmukhin@ford.com \
--cc=sjg@chromium.org \
--cc=trini@konsulko.com \
--cc=u-boot@lists.denx.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.