From: Nicholas Piggin Date: Thu, 5 Oct 2023 08:27:28 +0000 (+1000) Subject: tests/avocado: Use default CPU for pseries machine X-Git-Tag: qemu-xen-4.20.0~284^2~38 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=b41484ccb695fd104776fe9eb964a6360ef2534a;p=qemu-xen.git tests/avocado: Use default CPU for pseries machine Use the default CPU with the pseries machine unless there is a specific requirement. Signed-off-by: Nicholas Piggin --- diff --git a/tests/avocado/migration.py b/tests/avocado/migration.py index 09b62f813e..be6234b3c2 100644 --- a/tests/avocado/migration.py +++ b/tests/avocado/migration.py @@ -123,7 +123,6 @@ class PPC64(MigrationTest): """ :avocado: tags=arch:ppc64 :avocado: tags=machine:pseries - :avocado: tags=cpu:power9_v2.0 """ def test_migration_with_tcp_localhost(self):