]> git.dujemihanovic.xyz Git - u-boot.git/commit
test/py: sleep: Add a test for the time command
authorLove Kumar <love.kumar@amd.com>
Wed, 27 Sep 2023 05:03:55 +0000 (10:33 +0530)
committerTom Rini <trini@konsulko.com>
Mon, 9 Oct 2023 19:24:31 +0000 (15:24 -0400)
commit34124ad9a433eb829b7a1942e074dd500302d964
treeedcc7b0b1d4badad25f60290ee610526ab1cb8b8
parentfb730a2c5ac906730ca9e91f0178a77bdef1bb3a
test/py: sleep: Add a test for the time command

Execute "time <sleep cmd>", and validate that it gives the approximately
the correct amount of command execution time.

Signed-off-by: Love Kumar <love.kumar@amd.com>
test/py/tests/test_sleep.py