[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[RFC PATCH 09/11] tests/avocado: Use default CPU for pseries machine
From: |
Nicholas Piggin |
Subject: |
[RFC PATCH 09/11] tests/avocado: Use default CPU for pseries machine |
Date: |
Tue, 10 Oct 2023 17:52:36 +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 | 1 -
1 file changed, 1 deletion(-)
diff --git a/tests/avocado/migration.py b/tests/avocado/migration.py
index fdc1d234fb..91ac33919b 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):
--
2.42.0
[RFC PATCH 07/11] tests/avocado: Add ppc boot tests for non-free AIX images, Nicholas Piggin, 2023/10/10
[RFC PATCH 09/11] tests/avocado: Use default CPU for pseries machine,
Nicholas Piggin <=
[RFC PATCH 08/11] tests/avocado: Add ppc MacOS tests, Nicholas Piggin, 2023/10/10
[RFC PATCH 10/11] ppc/spapr: change pseries machine default to POWER10 CPU, Nicholas Piggin, 2023/10/10
[RFC PATCH 11/11] ppc/pnv: Change powernv default to powernv10, Nicholas Piggin, 2023/10/10