]> git.ipfire.org Git - thirdparty/qemu.git/commit
tests/avocado: machine aarch64: standardize location and RO access
authorCleber Rosa <crosa@redhat.com>
Fri, 30 Aug 2024 13:37:55 +0000 (15:37 +0200)
committerThomas Huth <thuth@redhat.com>
Wed, 4 Sep 2024 08:51:19 +0000 (10:51 +0200)
commit7e3dca5bca68046c9ccd14c0c91f22fa256817c4
treed3f88bd6e94ebb7c5ba30dff16c6c085678f8f3d
parente638d685ec2a0700fb9529cbd1b2823ac4120c53
tests/avocado: machine aarch64: standardize location and RO access

The tests under machine_aarch64_virt.py and machine_aarch64_sbsaref.py
should not be writing to the ISO files.  By adding "media=cdrom" the
"ro" is automatically set.

While at it, let's use a single code style and hash for the ISO url.

Signed-off-by: Cleber Rosa <crosa@redhat.com>
Tested-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>
Message-ID: <20240806173119.582857-5-crosa@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-ID: <20240830133841.142644-2-thuth@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
tests/avocado/machine_aarch64_sbsaref.py
tests/avocado/machine_aarch64_virt.py