We've had some issues with the migration-test failing in CI and giving no clue as to which migration sub-test has failed. I think it would be an improvement to have each subtest listed individually.
With this we can see which migration test has failed, can set timeouts individually and can run 'make check-migration' to run only the migration tests. It does however increase the amount of lines emitted with make check, so let me know if this is an issue. I had to include some hacking due to meson, but I think it is simple enough and worth the benefits. CI run: https://gitlab.com/farosas/qemu/-/pipelines/919324510 Fabiano Rosas (2): tests/qtest: Add a script to gather migration tests list tests/qtest: Pass migration tests individually to meson .gitlab-ci.d/windows.yml | 2 +- tests/qtest/gen_migration_tests_list.py | 12 ++++++++ tests/qtest/meson.build | 40 +++++++++++++++++++------ 3 files changed, 44 insertions(+), 10 deletions(-) create mode 100644 tests/qtest/gen_migration_tests_list.py -- 2.35.3
