]> git.dujemihanovic.xyz Git - u-boot.git/commit
test/py: memtest: Add tests for mtest command
authorLove Kumar <love.kumar@amd.com>
Wed, 3 Jan 2024 10:29:42 +0000 (15:59 +0530)
committerTom Rini <trini@konsulko.com>
Tue, 16 Jan 2024 22:05:29 +0000 (17:05 -0500)
commit22efc1cf276c0b0ca5622e4e85135e920b3efa9c
treec8fd581cba8371e9869dbbc6cf3f87e4a40794a6
parent883a7a982a56b1e121f77b1d30ce880a0164d624
test/py: memtest: Add tests for mtest command

Add the following memory tests:
memtest_negative - To test mtest command by providing incorrect inputs
memtest_ddr - To test memory write-read-comparision for DDR memory

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