Re: [PATCH v1 7/7] tests/qtest/migration: Use the new migration_test_add

2023-11-27 Thread Peter Xu
On Fri, Nov 24, 2023 at 01:14:32PM -0300, Fabiano Rosas wrote: > Replace the tests registration with the new function that prints tests > names. > > Signed-off-by: Fabiano Rosas Reviewed-by: Peter Xu -- Peter Xu

[PATCH v1 7/7] tests/qtest/migration: Use the new migration_test_add

2023-11-24 Thread Fabiano Rosas
Replace the tests registration with the new function that prints tests names. Signed-off-by: Fabiano Rosas --- tests/qtest/migration-test.c | 201 ++- 1 file changed, 104 insertions(+), 97 deletions(-) diff --git a/tests/qtest/migration-test.c b/tests/qtest/migra