]> git.ipfire.org Git - thirdparty/qemu.git/commit
tests/functional: Move the code for testing HTTP downloads to a common function
authorThomas Huth <thuth@redhat.com>
Thu, 27 Feb 2025 10:39:10 +0000 (11:39 +0100)
committerThomas Huth <thuth@redhat.com>
Fri, 7 Mar 2025 06:50:19 +0000 (07:50 +0100)
commit2c92ecb678cddf4bf3ced98f94acd2f3691c21bc
tree6458800be76b3ed1563725f52996811ec07d04fb
parent981395889201f556c37e18c7a896d2555ffa4373
tests/functional: Move the code for testing HTTP downloads to a common function

We are going to use this code in other tests, too, so let's move it
to the qemu_test module to be able to re-use it more easily.

Message-ID: <20250227103915.19795-2-thuth@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
tests/functional/qemu_test/linuxkernel.py
tests/functional/test_intel_iommu.py