]> git.baikalelectronics.ru Git - uboot.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)
commit68a2c54b4c3ad7b03cd698a067d0f78bb9edfe90
treee36495d47ac41559f83c9d687092ea03c21a0a8e
parentb554c0d189041768a6dd86db1a1c2e9f2e1af837
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