]> git.ipfire.org Git - thirdparty/qemu.git/commit
tests/avocado/boot_xen.py: fetch kernel during test setUp()
authorCleber Rosa <crosa@redhat.com>
Fri, 30 Aug 2024 13:37:56 +0000 (15:37 +0200)
committerThomas Huth <thuth@redhat.com>
Wed, 4 Sep 2024 08:51:27 +0000 (10:51 +0200)
commit8dceb48e23159eda9428fc678511716c64e2da33
tree1461fb3964fc7990070daaea951852b1c7a5ce31
parent7e3dca5bca68046c9ccd14c0c91f22fa256817c4
tests/avocado/boot_xen.py: fetch kernel during test setUp()

The kernel is a common blob used in all tests.  By moving it to the
setUp() method, the "fetch asset" plugin will recognize the kernel and
attempt to fetch it and cache it before the tests are started.

Signed-off-by: Cleber Rosa <crosa@redhat.com>
Message-ID: <20240806173119.582857-7-crosa@redhat.com>
Reviewed-by: Akihiko Odaki <akihiko.odaki@daynix.com>
Tested-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>
Message-ID: <20240830133841.142644-3-thuth@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
tests/avocado/boot_xen.py