Home
last modified time | relevance | path

Searched refs:has_cmd (Results 1 – 7 of 7) sorted by relevance

/openbmc/qemu/tests/functional/qemu_test/
H A Dtesseract.py11 from . import has_cmd, run_cmd
14 (has_tesseract, _) = has_cmd('tesseract')
H A Dcmd.py22 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 Dtuxruntest.py19 from qemu_test import has_cmd, run_cmd, get_qemu_img
42 (has_zstd, msg) = has_cmd('zstd')
H A D__init__.py11 from .cmd import has_cmd, has_cmds, run_cmd, is_readable_executable_file, \
/openbmc/qemu/tests/functional/
H A Dtest_arm_bflt.py13 from qemu_test import has_cmd
24 @skipUnless(*has_cmd('cpio'))
H A Dtest_arm_aspeed_ast2600.py15 from qemu_test import has_cmd
71 @skipUnless(*has_cmd('swtpm'))
/openbmc/qemu/tests/avocado/avocado_qemu/
H A D__init__.py35 def has_cmd(name, args=None): function
75 ok, errstr = has_cmd(*cmd)