On 31/05/2023 15.23, Daniel P. Berrangé wrote:
When running migration tests we monitor for a STOP event so we can skip redundant waits. This will be needed for the RESUME event too shortly.Signed-off-by: Daniel P. Berrangé <berra...@redhat.com> --- tests/qtest/migration-helpers.c | 12 ++++++++++++ tests/qtest/migration-helpers.h | 2 ++ tests/qtest/migration-test.c | 5 +++++ 3 files changed, 19 insertions(+)
Acked-by: Thomas Huth <th...@redhat.com>