On 24/08/2024 18.08, Philippe Mathieu-Daudé wrote:
Straight forward conversion. Update the SHA1 hashes to
SHA256 hashes since SHA1 should not be used anymore nowadays.
Add extract_from_deb() method in qemu_test.utils package.
Should we maybe rather copy the whole LinuxKernelTest class into a new file
in the qemu_tests folder, so that all the related tests can simply inherit
from that class? That way we would also get the KERNEL_COMMON_COMMAND_LINE
handling for free in all the tests that we convert. What do you think?
Thomas