]> xenbits.xensource.com Git - qemu-xen.git/commitdiff
tests/avocado: Use default CPU for pseries machine
authorNicholas Piggin <npiggin@gmail.com>
Thu, 5 Oct 2023 08:27:28 +0000 (18:27 +1000)
committerNicholas Piggin <npiggin@gmail.com>
Fri, 23 Feb 2024 13:24:31 +0000 (23:24 +1000)
Use the default CPU with the pseries machine unless there is a
specific requirement.

Signed-off-by: Nicholas Piggin <npiggin@gmail.com>
tests/avocado/migration.py

index 09b62f813eb7b1614cbdfe9536194ad62a143d27..be6234b3c24809b9921e6a8d2f57dae9bf357fe9 100644 (file)
@@ -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):