]> git.ipfire.org Git - thirdparty/qemu.git/commit
Acceptance Tests: move definition of distro checksums to the framework
authorCleber Rosa <crosa@redhat.com>
Wed, 14 Apr 2021 22:14:56 +0000 (18:14 -0400)
committerCleber Rosa <crosa@redhat.com>
Tue, 13 Jul 2021 17:18:50 +0000 (13:18 -0400)
commit889554f09ed0d4c2fcc6be28b81e2e9fc8f35aee
tree5042b14a7cbab11dedff3b70424418af8b733731
parent341929234c584565ddd7d29bb48d2a5f5f40de22
Acceptance Tests: move definition of distro checksums to the framework

Instead of having, by default, the checksum in the tests, and the
definition of tests in the framework, let's keep them together.

A central definition for distributions is available, and it should
allow other known distros to be added more easily.

No behavior change is expected here, and tests can still define
a distro_checksum value if for some reason they want to override
the known distribution information.

Signed-off-by: Cleber Rosa <crosa@redhat.com>
Message-Id: <20210414221457.1653745-3-crosa@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Acked-by: Eric Auger <eric.auger@redhat.com>
[CR: split long lines]
Signed-off-by: Cleber Rosa <crosa@redhat.com>
tests/acceptance/avocado_qemu/__init__.py
tests/acceptance/boot_linux.py