migration-test: Use migrate_ensure_converge() for auto-converge
commit219044b8e63994fedd3ba9d88a33ebcd04c5a029
authorPeter Xu <peterx@redhat.com>
Thu, 28 Jul 2022 13:35:15 +0000 (28 09:35 -0400)
committerThomas Huth <thuth@redhat.com>
Mon, 1 Aug 2022 08:22:45 +0000 (1 10:22 +0200)
treefe8fb6c8ac907359e599064908a6ed25ba60c67c
parentb9e6074fc5b429b1e956e9c60db7e284a91e0f3d
migration-test: Use migrate_ensure_converge() for auto-converge

Thomas reported that auto-converge test will timeout on MacOS CI gatings.
Use the migrate_ensure_converge() helper too in the auto-converge as when
Daniel reworked the other test cases.

Since both max_bandwidth / downtime_limit will not be used for converge
calculations, make it simple by removing the remaining check, then we can
completely remove both variables altogether, since migrate_ensure_converge
is used the remaining check won't make much sense anyway.

Reported-by: Thomas Huth <thuth@redhat.com>
Suggested-by: Daniel P. Berrange <berrange@redhat.com>
Signed-off-by: Peter Xu <peterx@redhat.com>
Message-Id: <20220728133516.92061-2-peterx@redhat.com>
Tested-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Daniel P. Berrange <berrange@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
tests/qtest/migration-test.c