test/py: add a test for the sleep command
authorStephen Warren <swarren@nvidia.com>
Fri, 15 Jan 2016 18:15:31 +0000 (11:15 -0700)
committerSimon Glass <sjg@chromium.org>
Thu, 21 Jan 2016 02:06:24 +0000 (19:06 -0700)
commit1c8b4d5f4f6a8bad12b2b690a04f96731410bb73
tree7dfb78dcdc104c273c71f5594f1a06960e23ed6f
parent3045d7f043d440498dc327f160c274d17a633c95
test/py: add a test for the sleep command

Execute "sleep", and validate that it sleeps for approximately the correct
amount of time.

Signed-off-by: Stephen Warren <swarren@nvidia.com>
Acked-by: Simon Glass <sjg@chromium.org>
test/py/tests/test_sleep.py [new file with mode: 0644]