test/py: bootstage: Add test for bootstage command
authorLove Kumar <love.kumar@amd.com>
Tue, 9 Jan 2024 09:09:57 +0000 (14:39 +0530)
committerTom Rini <trini@konsulko.com>
Fri, 19 Jan 2024 01:24:12 +0000 (20:24 -0500)
commitbded9f13b28f10e1248016f1e156ffcea1f6731d
treee40c797486e69fd36dfca16fc2e79ecd2e531e5a
parent22d238f25de92f0c606d55a66b85414b320f7d1c
test/py: bootstage: Add test for bootstage command

Add test cases for bootstage command to print the bootstage report, to
stash the data into memory and to unstash the data from memory.

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