Re: [PATCH v3 14/14] tests/qtest: migration-test: Add tests for file-based migration

2023-02-10 Thread Daniel P . Berrangé
On Fri, Oct 28, 2022 at 01:39:14PM +0300, Nikolay Borisov wrote: > Add basic tests for file-based migration as well as for the 'fixed-ram' > feature. > > Signed-off-by: Nikolay Borisov > --- > tests/qtest/migration-test.c | 46 > 1 file changed, 46 insertions

[PATCH v3 14/14] tests/qtest: migration-test: Add tests for file-based migration

2022-10-28 Thread Nikolay Borisov
Add basic tests for file-based migration as well as for the 'fixed-ram' feature. Signed-off-by: Nikolay Borisov --- tests/qtest/migration-test.c | 46 1 file changed, 46 insertions(+) diff --git a/tests/qtest/migration-test.c b/tests/qtest/migration-test.c i