On Wed, May 27, 2026 at 05:47:15PM -0600, Tom Rini wrote: > On Wed, May 27, 2026 at 04:13:06PM -0700, [email protected] wrote: > > From: Denis Mukhin <[email protected]> > > > > Extend reset tests to cover both -c/-w reset command flags. > > Make sure sandbox reset tests are passing. > > > > Signed-off-by: Denis Mukhin <[email protected]> > > --- > > 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

