[PATCH v2 6/6] tests: reset: add cold/warm reset types

dmukhin at ford.com dmukhin at ford.com
Thu May 28 02:02:22 CEST 2026


On Wed, May 27, 2026 at 05:47:15PM -0600, Tom Rini wrote:
> On Wed, May 27, 2026 at 04:13:06PM -0700, dmukhin at ford.com wrote:
> > From: Denis Mukhin <dmukhin at 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 at 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




More information about the U-Boot mailing list