On 03/03/2026 14.43, Fabiano Rosas wrote:
Change do_migrate() to call the migrate_vms() helper and provide it with the two VMs already created. Rename do_migrate -> migrate and adjust the callers.While here, standardize on the "src" and "dst" names. Signed-off-by: Fabiano Rosas <[email protected]> --- tests/functional/migration.py | 34 ++++++++++++++++++---------------- 1 file changed, 18 insertions(+), 16 deletions(-)
Reviewed-by: Thomas Huth <[email protected]>
