Skip to content

Commit

Permalink
tests/avocado: tag sbsa tests as tcg only
Browse files Browse the repository at this point in the history
As firmware runs at a higher privilege level than the hypervisor we
can only run these tests under TCG emulation.

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Acked-by: Stefan Hajnoczi <stefanha@redhat.com>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Message-Id: <20231201093633.2551497-6-alex.bennee@linaro.org>
  • Loading branch information
stsquad committed Dec 1, 2023
1 parent 9b45cc9 commit 970c6fc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/avocado/machine_aarch64_sbsaref.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ class Aarch64SbsarefMachine(QemuSystemTest):
"""
:avocado: tags=arch:aarch64
:avocado: tags=machine:sbsa-ref
:avocado: tags=accel:tcg
As firmware runs at a higher privilege level than the hypervisor we
can only run these tests under TCG emulation.
"""

timeout = 180
Expand Down

0 comments on commit 970c6fc

Please sign in to comment.