As reported in [1], running the ppc64 functional tests in parallel is currently broken due to one test importing another and causing unittest.main to instantiate the imported test twice. Fix by removing the dependency between tests.
1- https://lore.kernel.org/r/[email protected] v2: https://lore.kernel.org/r/[email protected] v1: https://lore.kernel.org/r/[email protected] Fabiano Rosas (5): tests/functional/migration: Use socket_dir tests/functional/migration: Add migrate_vms tests/functional/migration: Use the migrate_vms helper tests/functional/ppc64/pseries: Inherit from MigrationTest tests/functional/ppc64/pseries: Remove custom migration routine tests/functional/migration.py | 46 ++++++++++++++---------- tests/functional/ppc64/test_migration.py | 11 ------ tests/functional/ppc64/test_pseries.py | 8 ++--- 3 files changed, 32 insertions(+), 33 deletions(-) -- 2.51.0
