diff options
| author | Philippe Mathieu-Daudé <philmd@linaro.org> | 2025-07-01 15:08:36 +0100 |
|---|---|---|
| committer | Peter Maydell <peter.maydell@linaro.org> | 2025-07-01 15:08:36 +0100 |
| commit | f4b5fbeff6be3797881e69cbf42cc689a4e316c4 (patch) | |
| tree | f41b8aba3243f24cbf77db39005d27aadcd6fe77 | |
| parent | 72846594b089f03bed1bb46958c910afcb859d49 (diff) | |
| download | focaccia-qemu-f4b5fbeff6be3797881e69cbf42cc689a4e316c4.tar.gz focaccia-qemu-f4b5fbeff6be3797881e69cbf42cc689a4e316c4.zip | |
tests/functional: Require TCG to run Aarch64 imx8mp-evk test
The imx8mp-evk machine can only run with the TCG accelerator. Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Reviewed-by: Thomas Huth <thuth@redhat.com> Message-id: 20250623121845.7214-25-philmd@linaro.org Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
| -rwxr-xr-x | tests/functional/test_aarch64_imx8mp_evk.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/functional/test_aarch64_imx8mp_evk.py b/tests/functional/test_aarch64_imx8mp_evk.py index 638bf9e131..99ddcdef83 100755 --- a/tests/functional/test_aarch64_imx8mp_evk.py +++ b/tests/functional/test_aarch64_imx8mp_evk.py @@ -49,6 +49,7 @@ class Imx8mpEvkMachine(LinuxKernelTest): self.DTB_OFFSET, self.DTB_SIZE) def test_aarch64_imx8mp_evk_usdhc(self): + self.require_accelerator("tcg") self.set_machine('imx8mp-evk') self.vm.set_console(console_index=1) self.vm.add_args('-m', '2G', |