]> git.ipfire.org Git - people/ms/u-boot.git/commit
test: py: Add an option to skip sleep test
authorMichal Simek <michal.simek@xilinx.com>
Fri, 8 Dec 2017 14:47:18 +0000 (15:47 +0100)
committerTom Rini <trini@konsulko.com>
Wed, 13 Dec 2017 02:33:38 +0000 (21:33 -0500)
commit040f5f1067d8d05002aef74bdacc97b745df7c57
treee36495d47ac41559f83c9d687092ea03c21a0a8e
parentf03146480df0d45466b89218db1fd49ba39fc791
test: py: Add an option to skip sleep test

Some QEMUs have a problem with time setup that's why
sleep test is failing. Introduce env__sleep_accurate
boardenv variable to have an option to skip sleep test.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
Reviewed-by: Stephen Warren <swarren@nvidia.com>
test/py/tests/test_sleep.py