On Tue, 29 Mar 2022 at 13:43, Laurent Vivier <lviv...@redhat.com> wrote: > > If the migration is over before we cancel it, we are > waiting in a loop a state that never comes because the state > is already "completed". > > To avoid an infinite loop, skip the test if the migration > is "completed" before we were able to cancel it. > > Signed-off-by: Laurent Vivier <lviv...@redhat.com> > --- > tests/qtest/virtio-net-failover.c | 29 +++++++++++++++++++++++++---- > 1 file changed, 25 insertions(+), 4 deletions(-)
Applied to master, thanks. -- PMM