On Fri, Jun 03, 2022 at 11:25:05AM +0200, Andrew Jones wrote: > The max cpu type is the best default cpu type for tests to use > when specifying the cpu type for AArch64 mach-virt. Switch all > tests to it.
Hmm, looking at tests in tests/qtest and tests/vm I see cortex-a57 is still used for a default choice. I should probably post another patch changing those to max as well. Thanks, drew > > Cc: Alex Bennée <alex.ben...@linaro.org> > Signed-off-by: Andrew Jones <drjo...@redhat.com> > --- > tests/avocado/replay_kernel.py | 2 +- > tests/avocado/reverse_debugging.py | 2 +- > tests/avocado/tcg_plugins.py | 6 +++--- > 3 files changed, 5 insertions(+), 5 deletions(-) > > diff --git a/tests/avocado/replay_kernel.py b/tests/avocado/replay_kernel.py > index 0b2b0dc692b1..c19022ea977d 100644 > --- a/tests/avocado/replay_kernel.py > +++ b/tests/avocado/replay_kernel.py > @@ -147,7 +147,7 @@ def test_aarch64_virt(self): > """ > :avocado: tags=arch:aarch64 > :avocado: tags=machine:virt > - :avocado: tags=cpu:cortex-a53 > + :avocado: tags=cpu:max > """ > kernel_url = ('https://archives.fedoraproject.org/pub/archive/fedora' > > '/linux/releases/29/Everything/aarch64/os/images/pxeboot' > diff --git a/tests/avocado/reverse_debugging.py > b/tests/avocado/reverse_debugging.py > index d2921e70c3b4..d6a6d7277235 100644 > --- a/tests/avocado/reverse_debugging.py > +++ b/tests/avocado/reverse_debugging.py > @@ -198,7 +198,7 @@ def test_aarch64_virt(self): > """ > :avocado: tags=arch:aarch64 > :avocado: tags=machine:virt > - :avocado: tags=cpu:cortex-a53 > + :avocado: tags=cpu:max > """ > kernel_url = ('https://archives.fedoraproject.org/pub/archive/fedora' > > '/linux/releases/29/Everything/aarch64/os/images/pxeboot' > diff --git a/tests/avocado/tcg_plugins.py b/tests/avocado/tcg_plugins.py > index 642d2e49e305..2bbf62f5036e 100644 > --- a/tests/avocado/tcg_plugins.py > +++ b/tests/avocado/tcg_plugins.py > @@ -68,7 +68,7 @@ def test_aarch64_virt_insn(self): > :avocado: tags=accel:tcg > :avocado: tags=arch:aarch64 > :avocado: tags=machine:virt > - :avocado: tags=cpu:cortex-a53 > + :avocado: tags=cpu:max > """ > kernel_path = self._grab_aarch64_kernel() > kernel_command_line = (self.KERNEL_COMMON_COMMAND_LINE + > @@ -94,7 +94,7 @@ def test_aarch64_virt_insn_icount(self): > :avocado: tags=accel:tcg > :avocado: tags=arch:aarch64 > :avocado: tags=machine:virt > - :avocado: tags=cpu:cortex-a53 > + :avocado: tags=cpu:max > """ > kernel_path = self._grab_aarch64_kernel() > kernel_command_line = (self.KERNEL_COMMON_COMMAND_LINE + > @@ -120,7 +120,7 @@ def test_aarch64_virt_mem_icount(self): > :avocado: tags=accel:tcg > :avocado: tags=arch:aarch64 > :avocado: tags=machine:virt > - :avocado: tags=cpu:cortex-a53 > + :avocado: tags=cpu:max > """ > kernel_path = self._grab_aarch64_kernel() > kernel_command_line = (self.KERNEL_COMMON_COMMAND_LINE + > -- > 2.34.3 >