]> git.ipfire.org Git - people/ms/u-boot.git/commit
test/py: add skip marker for reliance on tools
authorStephen Warren <swarren@nvidia.com>
Mon, 18 Sep 2017 17:11:49 +0000 (11:11 -0600)
committerTom Rini <trini@konsulko.com>
Fri, 29 Sep 2017 18:07:53 +0000 (14:07 -0400)
commit2d26bf6c26b2507fb597b7d265efe7d61cb2d6b2
tree4ce93257bc7ab934258a5c393bdb74aa5169538b
parentd5170448ae79581af973f447ba6077118999c963
test/py: add skip marker for reliance on tools

Some tests use external tools (executables) during their operation. Add
a test.py mark to indicate this. This allows those tests to be skipped if
the required tool is not present.

Signed-off-by: Stephen Warren <swarren@nvidia.com>
test/py/conftest.py
test/py/tests/test_dfu.py
test/py/tests/test_fit.py
test/py/tests/test_gpt.py
test/py/tests/test_vboot.py