Searched refs:has_cmd (Results 1 – 7 of 7) sorted by relevance
/openbmc/qemu/tests/functional/qemu_test/ |
H A D | tesseract.py | 11 from . import has_cmd, run_cmd 14 (has_tesseract, _) = has_cmd('tesseract')
|
H A D | cmd.py | 22 def has_cmd(name, args=None): function 62 ok, errstr = has_cmd(*cmd) 247 (has_system_qemu_img, errmsg) = has_cmd('qemu-img')
|
H A D | tuxruntest.py | 19 from qemu_test import has_cmd, run_cmd, get_qemu_img 42 (has_zstd, msg) = has_cmd('zstd')
|
H A D | __init__.py | 11 from .cmd import has_cmd, has_cmds, run_cmd, is_readable_executable_file, \
|
/openbmc/qemu/tests/functional/ |
H A D | test_arm_bflt.py | 13 from qemu_test import has_cmd 24 @skipUnless(*has_cmd('cpio'))
|
H A D | test_arm_aspeed_ast2600.py | 15 from qemu_test import has_cmd 71 @skipUnless(*has_cmd('swtpm'))
|
/openbmc/qemu/tests/avocado/avocado_qemu/ |
H A D | __init__.py | 35 def has_cmd(name, args=None): function 75 ok, errstr = has_cmd(*cmd)
|