summaryrefslogtreecommitdiffstats
path: root/tests/acceptance/tcg_plugins.py
diff options
context:
space:
mode:
authorWainer dos Santos Moschetta2021-04-30 15:34:09 +0200
committerCleber Rosa2021-07-13 19:18:51 +0200
commit8a7c1fdecb91b6aeb943156a169fd7a160691542 (patch)
tree526fa5809fcce1c0ebc967ec5869c5851134822c /tests/acceptance/tcg_plugins.py
parenttests/acceptance: Automatic set -cpu to the test vm (diff)
downloadqemu-8a7c1fdecb91b6aeb943156a169fd7a160691542.tar.gz
qemu-8a7c1fdecb91b6aeb943156a169fd7a160691542.tar.xz
qemu-8a7c1fdecb91b6aeb943156a169fd7a160691542.zip
tests/acceptance: Fix mismatch on cpu tagged tests
There are test cases on machine_mips_malta.py and tcg_plugins.py files where the cpu tag does not correspond to the value actually given to the QEMU binary. This fixed those tests tags. Reviewed-by: Cleber Rosa <crosa@redhat.com> Tested-by: Cleber Rosa <crosa@redhat.com> Reviewed-by: Willian Rampazzo <willianr@redhat.com> Signed-off-by: Wainer dos Santos Moschetta <wainersm@redhat.com> Message-Id: <20210430133414.39905-3-wainersm@redhat.com> Signed-off-by: Cleber Rosa <crosa@redhat.com>
Diffstat (limited to 'tests/acceptance/tcg_plugins.py')
-rw-r--r--tests/acceptance/tcg_plugins.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/acceptance/tcg_plugins.py b/tests/acceptance/tcg_plugins.py
index c21bf9e52a..aa6e18b62d 100644
--- a/tests/acceptance/tcg_plugins.py
+++ b/tests/acceptance/tcg_plugins.py
@@ -68,7 +68,7 @@ class PluginKernelNormal(PluginKernelBase):
:avocado: tags=accel:tcg
:avocado: tags=arch:aarch64
:avocado: tags=machine:virt
- :avocado: tags=cpu:cortex-a57
+ :avocado: tags=cpu:cortex-a53
"""
kernel_path = self._grab_aarch64_kernel()
kernel_command_line = (self.KERNEL_COMMON_COMMAND_LINE +
@@ -95,7 +95,7 @@ class PluginKernelNormal(PluginKernelBase):
:avocado: tags=accel:tcg
:avocado: tags=arch:aarch64
:avocado: tags=machine:virt
- :avocado: tags=cpu:cortex-a57
+ :avocado: tags=cpu:cortex-a53
"""
kernel_path = self._grab_aarch64_kernel()
kernel_command_line = (self.KERNEL_COMMON_COMMAND_LINE +
@@ -121,7 +121,7 @@ class PluginKernelNormal(PluginKernelBase):
:avocado: tags=accel:tcg
:avocado: tags=arch:aarch64
:avocado: tags=machine:virt
- :avocado: tags=cpu:cortex-a57
+ :avocado: tags=cpu:cortex-a53
"""
kernel_path = self._grab_aarch64_kernel()
kernel_command_line = (self.KERNEL_COMMON_COMMAND_LINE +