Re: [PATCH v6 13/13] tests: Add postcopy preempt tests

2022-05-19 Thread Dr. David Alan Gilbert
* Peter Xu (pet...@redhat.com) wrote: > Four tests are added for preempt mode: > > - Postcopy plain > - Postcopy recovery > - Postcopy tls > - Postcopy tls+recovery > > Signed-off-by: Peter Xu Reviewed-by: Dr. David Alan Gilbert > --- > tests/qtest/migration-test.c | 54 +

[PATCH v6 13/13] tests: Add postcopy preempt tests

2022-05-17 Thread Peter Xu
Four tests are added for preempt mode: - Postcopy plain - Postcopy recovery - Postcopy tls - Postcopy tls+recovery Signed-off-by: Peter Xu --- tests/qtest/migration-test.c | 54 1 file changed, 54 insertions(+) diff --git a/tests/qtest/migration-tes