commit | 2d26bf6c26b2507fb597b7d265efe7d61cb2d6b2 | [log] [tgz] |
---|---|---|
author | Stephen Warren <swarren@nvidia.com> | Mon Sep 18 11:11:49 2017 -0600 |
committer | Tom Rini <trini@konsulko.com> | Fri Sep 29 14:07:53 2017 -0400 |
tree | 4ce93257bc7ab934258a5c393bdb74aa5169538b | |
parent | d5170448ae79581af973f447ba6077118999c963 [diff] |
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>