Re: [PATCH 11/22] tests/qtest/migration: Move common test code

2024-11-06 Thread Daniel P . Berrangé
On Wed, Nov 06, 2024 at 09:26:24AM -0300, Fabiano Rosas wrote: > Daniel P. Berrangé writes: > > > On Tue, Nov 05, 2024 at 03:08:26PM -0300, Fabiano Rosas wrote: > >> Put the common test code in a separate file. Leave only individual > >> test functions and their static helpers in migration-test.c

Re: [PATCH 11/22] tests/qtest/migration: Move common test code

2024-11-06 Thread Daniel P . Berrangé
On Tue, Nov 05, 2024 at 03:08:26PM -0300, Fabiano Rosas wrote: > Put the common test code in a separate file. Leave only individual > test functions and their static helpers in migration-test.c. > > This moves the shared: > > test_postcopy_common > test_postcopy_recovery_common > test_precopy_

Re: [PATCH 11/22] tests/qtest/migration: Move common test code

2024-11-06 Thread Fabiano Rosas
Daniel P. Berrangé writes: > On Tue, Nov 05, 2024 at 03:08:26PM -0300, Fabiano Rosas wrote: >> Put the common test code in a separate file. Leave only individual >> test functions and their static helpers in migration-test.c. >> >> This moves the shared: >> >> test_postcopy_common >> test_pos

[PATCH 11/22] tests/qtest/migration: Move common test code

2024-11-05 Thread Fabiano Rosas
Put the common test code in a separate file. Leave only individual test functions and their static helpers in migration-test.c. This moves the shared: test_postcopy_common test_postcopy_recovery_common test_precopy_common test_file_common migrate_precopy_tcp_multifd_start_common migrate_sta