]> git.ipfire.org Git - thirdparty/u-boot.git/commit
test: py: Disable sleep test for qemu targets
authorMichal Simek <michal.simek@xilinx.com>
Thu, 11 May 2017 11:53:45 +0000 (13:53 +0200)
committerMichal Simek <michal.simek@xilinx.com>
Mon, 12 Jun 2017 11:10:39 +0000 (13:10 +0200)
commite27574f9ae996dcf5dbd60dc905081661ae5ebff
tree96dcf844e6c97b6969386ddbabce526492f0e26d
parent68338b04d3193f54c28cf5b5ff0e74e8aa6f426c
test: py: Disable sleep test for qemu targets

Qemu for arm32/arm64 has a problem with time setup.
That's why sleep test is failing. Add boardidentity marker to remove
specific boards from running that test.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
test/py/conftest.py
test/py/pytest.ini
test/py/tests/test_sleep.py