]> git.ipfire.org Git - thirdparty/qemu.git/commit
tests/functional: drop 'has_cmd' and 'has_cmds' helpers
authorDaniel P. Berrangé <berrange@redhat.com>
Tue, 17 Dec 2024 15:59:30 +0000 (15:59 +0000)
committerThomas Huth <thuth@redhat.com>
Tue, 17 Dec 2024 18:39:53 +0000 (19:39 +0100)
commit9132fff802431438a2805389e74402321fb9afed
tree034a9573892b4fbcc960e0c1c1cf206385f97b03
parent3d5938607e05c4f8ac6df046a92fad19b681c23b
tests/functional: drop 'has_cmd' and 'has_cmds' helpers

The 'which' helper is simpler, not depending on the external 'which'
binary, and is sufficient for test needs.

Reviewed-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
Message-ID: <20241217155953.3950506-10-berrange@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
tests/functional/qemu_test/__init__.py
tests/functional/qemu_test/cmd.py
tests/functional/qemu_test/tuxruntest.py