tests/avocado: Tag TCG tests with accel:tcg
This allows the test to be skipped when TCG is not present in the QEMU binary. Signed-off-by: Fabiano Rosas <farosas@suse.de> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Tested-by: Philippe Mathieu-Daudé <philmd@linaro.org> Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
This commit is contained in:
parent
5ad2d7a97c
commit
9bb9a3f3c8
@ -997,6 +997,7 @@ class BootLinuxConsole(LinuxKernelTest):
|
||||
|
||||
def test_aarch64_raspi3_atf(self):
|
||||
"""
|
||||
:avocado: tags=accel:tcg
|
||||
:avocado: tags=arch:aarch64
|
||||
:avocado: tags=machine:raspi3b
|
||||
:avocado: tags=cpu:cortex-a53
|
||||
|
@ -173,6 +173,10 @@ class ReverseDebugging(LinuxKernelTest):
|
||||
vm.shutdown()
|
||||
|
||||
class ReverseDebugging_X86_64(ReverseDebugging):
|
||||
"""
|
||||
:avocado: tags=accel:tcg
|
||||
"""
|
||||
|
||||
REG_PC = 0x10
|
||||
REG_CS = 0x12
|
||||
def get_pc(self, g):
|
||||
@ -190,6 +194,10 @@ class ReverseDebugging_X86_64(ReverseDebugging):
|
||||
self.reverse_debugging()
|
||||
|
||||
class ReverseDebugging_AArch64(ReverseDebugging):
|
||||
"""
|
||||
:avocado: tags=accel:tcg
|
||||
"""
|
||||
|
||||
REG_PC = 32
|
||||
|
||||
# unidentified gitlab timeout problem
|
||||
|
Loading…
Reference in New Issue
Block a user