Re: [PATCH v2 7/9] tests/qtest/migration: Introduce migration_test_add_suffix

2025-02-11 Thread Peter Xu
On Tue, Feb 11, 2025 at 12:01:34PM -0300, Fabiano Rosas wrote: > Introduce a new migration_test_add_suffix to allow programmatic > creation of tests based on a suffix. Pass the test name into the test > so it can know which variant to run. > > Signed-off-by: Fabiano Rosas Reviewed-by: Peter Xu

[PATCH v2 7/9] tests/qtest/migration: Introduce migration_test_add_suffix

2025-02-11 Thread Fabiano Rosas
Introduce a new migration_test_add_suffix to allow programmatic creation of tests based on a suffix. Pass the test name into the test so it can know which variant to run. Signed-off-by: Fabiano Rosas --- tests/qtest/migration/migration-util.c | 24 tests/qtest/migration/