projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c9cb496
)
tests/avocado: Use default CPU for pseries machine
author
Nicholas Piggin
<npiggin@gmail.com>
Thu, 5 Oct 2023 08:27:28 +0000
(18:27 +1000)
committer
Nicholas 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
patch
|
blob
|
history
diff --git
a/tests/avocado/migration.py
b/tests/avocado/migration.py
index 09b62f813eb7b1614cbdfe9536194ad62a143d27..be6234b3c24809b9921e6a8d2f57dae9bf357fe9 100644
(file)
--- 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):