]> git.ipfire.org Git - thirdparty/u-boot.git/commit
test/py: saveenv: Add a test for saveenv command
authorLove Kumar <love.kumar@amd.com>
Tue, 12 Mar 2024 08:46:10 +0000 (14:16 +0530)
committerTom Rini <trini@konsulko.com>
Tue, 19 Mar 2024 22:40:47 +0000 (18:40 -0400)
commit4eff1145bc388bc46af140068120e28a3d939ca5
treec6b099fd9cb6f61741e666d7f815621976347c79
parent0c8b1b29c6f5129064913d6ef72d0d6c551fe8df
test/py: saveenv: Add a test for saveenv command

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 <love.kumar@amd.com>
test/py/tests/test_saveenv.py [new file with mode: 0644]