]> git.ipfire.org Git - thirdparty/u-boot.git/commit
test/py: reset: Add a test for reset command
authorLove Kumar <love.kumar@amd.com>
Tue, 12 Mar 2024 08:48:33 +0000 (14:18 +0530)
committerTom Rini <trini@konsulko.com>
Tue, 19 Mar 2024 22:40:47 +0000 (18:40 -0400)
commit8132970f7d1a14b27eb71f963af47b2248289743
tree4c3ccd7835ace147c0537f5b51d75851183290fc
parent4eff1145bc388bc46af140068120e28a3d939ca5
test/py: reset: Add a test for reset command

Add a test for reset commands which performs resetting of CPU, It does
COLD reset by default and WARM reset with -w option.

Signed-off-by: Love Kumar <love.kumar@amd.com>
test/py/tests/test_reset.py [new file with mode: 0644]