]> git.ipfire.org Git - thirdparty/qemu.git/commit
tests/functional: replace 'run_cmd' with subprocess helpers
authorDaniel P. Berrangé <berrange@redhat.com>
Tue, 17 Dec 2024 15:59:49 +0000 (15:59 +0000)
committerThomas Huth <thuth@redhat.com>
Tue, 17 Dec 2024 18:39:53 +0000 (19:39 +0100)
commit37e9b19c34d9500164e33ccf377e1830e956bca0
tree4699be481053c51effb54772ffc6d81c965b3234
parent3bb4c8b6134df5367675c4ade4f5c177d29fe903
tests/functional: replace 'run_cmd' with subprocess helpers

The 'run_cmd' helper is re-implementing a convenient helper that
already exists in the form of the 'run' and 'check_call' methods
provided by 'subprocess'.

Reviewed-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
Message-ID: <20241217155953.3950506-29-berrange@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
tests/functional/qemu_test/archive.py
tests/functional/qemu_test/tesseract.py
tests/functional/qemu_test/testcase.py
tests/functional/qemu_test/tuxruntest.py
tests/functional/test_aarch64_virt.py
tests/functional/test_ppc64_tuxrun.py