On 26/8/24 11:10, Thomas Huth wrote:
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?
Except that variable, I'm not sure what can be reused. Most tests
are trivial. Maybe I'll realize after converting a few more :)
We could however have a LinuxKernelConstants class with
KERNEL_COMMON_COMMAND_LINE if you rather.