Re: [PATCH] test/py: saveenv: Add a test for saveenv command

2024-01-12 Thread Tom Rini
On Thu, Jan 11, 2024 at 06:12:25PM +0530, Love Kumar wrote: > Add test case for saveenv command in non-JTAG bootmode which saves the > u-boot environment variables in persistent storage. > > Signed-off-by: Love Kumar [snip] > +# Setup the env > +def setup_saveenv_env(u_boot_console): > +if u

[PATCH] test/py: saveenv: Add a test for saveenv command

2024-01-11 Thread Love Kumar
Add test case for saveenv command in non-JTAG bootmode which saves the u-boot environment variables in persistent storage. Signed-off-by: Love Kumar --- test/py/tests/test_saveenv.py | 125 ++ 1 file changed, 125 insertions(+) create mode 100644 test/py/tests/tes